L1VM - keywords

Here I will show a quick overview of the keywords in Brackets:

set
if, if+, else, endif
switch, ?, break, switchend
for-loop, for, next
do, while
load, loadl
pointer
cast
m=
true
false
jmp, jmpi, jsr, jsra
stpush, stpop

Variable declaration types as used by set:

byte, int16, int32, int64, double, bool, string
const-byte, const-int16, const-int32, const-int64, const-double

So there is not a lot to learn here. The others like print and print_n are preprocessor macros. I did write a full crashcourse about my language Brackets here: L1VM Brackets course