5 lines
77 B
Plaintext
5 lines
77 B
Plaintext
create bool *1 = true
|
|
create string *1 = "A"
|
|
if bool {
|
|
set string = "B"
|
|
} |