generated from ElnuDev/rust-project
Working let statements
This commit is contained in:
parent
333dde95f7
commit
b882ef44c0
4 changed files with 42 additions and 38 deletions
|
@ -1,9 +1,13 @@
|
|||
# Control testing
|
||||
$ x = "3"
|
||||
"Bob will be here in [x] seconds."
|
||||
$ x = "2"
|
||||
"Bob will be here in [x] seconds."
|
||||
$ x = "1"
|
||||
if True:
|
||||
let x = "3"
|
||||
"Bob will be here in [x] seconds."
|
||||
let x = "2"
|
||||
"Bob will be here in [x] seconds."
|
||||
if True:
|
||||
let x = "213"
|
||||
let x = "1"
|
||||
"Bob will be here in [x] seconds."
|
||||
"Bob will be here in [x] seconds."
|
||||
"Bob" "I will not say anything, [foo]"
|
||||
define foo = "bar"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue