Implement basic variable assignment

This commit is contained in:
Elnu 2023-05-29 18:06:44 -07:00
parent 7e09389c1e
commit 2735a391b8
8 changed files with 167 additions and 45 deletions

View file

@ -1,4 +1,10 @@
# Control testing
$ x = "3"
"Bob will be here in [x] seconds."
$ x = "2"
"Bob will be here in [x] seconds."
$ x = "1"
"Bob will be here in [x] seconds."
"Bob" "I will not say anything, [foo]"
define foo = "bar"
if False: