5 lines
44 B
Plaintext
5 lines
44 B
Plaintext
|
setVar A 5
|
||
|
setVar B 7
|
||
|
add A B C
|
||
|
write C
|