Files
BrainAssembly/tests/test.basm

7 lines
85 B
Plaintext
Raw Normal View History

2025-11-01 10:30:03 +11:00
string str1 -1 "Hello, world!"
int num 100
bool cond true
if cond
inc num
end if