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:
2026-05-26 20:35:57 +01:00
parent f6a95f76bd
commit cc3eca857d
8 changed files with 68 additions and 28 deletions
+3 -1
View File
@@ -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 {