@amoroso @spacehobo If you mean like Forth, no. But typically there was a single byte token, and the program was effectively executed by a token interpreter. If anything, it was more like a simple version of p-code. For example, "Print", "For", "Next", etc, would each be represented in single byte tokens.