Files
BrainAssembly/tests/test.basm
2025-11-01 10:30:03 +11:00

7 lines
85 B
Plaintext

string str1 -1 "Hello, world!"
int num 100
bool cond true
if cond
inc num
end if