strings in variables can now be received by get_string_token
and inputs can be directly assigned to a variable
This commit is contained in:
+3
-1
@@ -1,4 +1,6 @@
|
||||
@tim says "hello world, it's a good day"
|
||||
$name = input
|
||||
@tim says "hello"
|
||||
@tim says $name
|
||||
$x = 3
|
||||
$x + 1
|
||||
if $x == 4 {
|
||||
|
||||
Reference in New Issue
Block a user