generated from ElnuDev/rust-project
Implement basic variable assignment
This commit is contained in:
parent
7e09389c1e
commit
2735a391b8
8 changed files with 167 additions and 45 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue