A really small language that I made for fun designed to be easy to code in.
In Development
LISTEN
'test comment
ETZERO EVEN
LOOP:
PUSH 2
SUB
GTZERO LOOP
PRINT "odd"
END
EVEN:
PRINT "even"