5 lines
78 B
Plaintext
5 lines
78 B
Plaintext
create bool *1 = false
|
|
create var *5 = "Hello"
|
|
if bool {
|
|
set var = "BASM!"
|
|
} |