i'd replace oot.txt but i don't wanna read thru the old stuff right now, so:
commentary: oot has a bunch of syntax but almost all of it is for grouping; it has few special forms for control constructs.
basic arithmetic operators (addition, subtraction, multiplication, division) are ++,-++,,-
exponentiation is ^^
basic comparisons (equals, less-than-or-equals, less-than, greater-than-or-equals, greater-than) are ===, <=, 1