Well, for coding powerful demos it's probably the only solution, but I still wanted to code some basic stuff like simple notepad, image displayer or tape-to-disk file copier. I felt really confused to ...
The original BASIC grammar is supported, with minor changes. In Wirth notation, the original grammar is given by: 1. Program = BStatement { BStatement } int “END ...