3 lines
59 B
Text
3 lines
59 B
Text
x = 23
|
|
y = "Hello world!"
|
|
z = TRUE -- same effect as z = 1
|
x = 23
|
|
y = "Hello world!"
|
|
z = TRUE -- same effect as z = 1
|