Better wording
This commit is contained in:
parent
c766231693
commit
d65165442d
@ -17,7 +17,7 @@ func main():
|
|||||||
|
|
||||||
# Variables are strongly typed, so you can't
|
# Variables are strongly typed, so you can't
|
||||||
# assign different types to the same variable:
|
# assign different types to the same variable:
|
||||||
x = "hello"
|
x = "hello" # <-- This will error, comment it out or fix it
|
||||||
|
|
||||||
# Declare a variable called `y` and give it the
|
# Declare a variable called `y` and give it the
|
||||||
# value "okay"
|
# value "okay"
|
||||||
|
Loading…
Reference in New Issue
Block a user