A stack-based language crafted for complexity
10 : x // this is comment 5.5 : y // here 5.5 is assigned to y "string" : z // string assignment
if .. else .. end
while .. end
-
- / * % // arithmetic operators
< == <= >= // comparison operator
not and or // logical operator
print macro dup drop swap
{ dup * } : square 10 square