Files
BrainAssembly/tests/create.basm

5 lines
77 B
Plaintext

create bool *1 = true
create string *1 = "A"
if bool {
set string = "B"
}