@amoroso @spacehobo there was also often an expression parser, which would parse the expressions part during execution just like other tokens, left-to-right, doing simple stack manipulations for ()'s, etc. This often meant it also did not handle true operator precedence correctly in expressions, but it was simple to write one, and fast to execute. You had to do a lot with so little space to work with...