Pascalated ZX BASIC Demo - Printable Version +- Forum (https://www.boriel.com/forum) +-- Forum: Compilers and Computer Languages (https://www.boriel.com/forum/forumdisplay.php?fid=12) +--- Forum: ZX Basic Compiler (https://www.boriel.com/forum/forumdisplay.php?fid=11) +---- Forum: Gallery (https://www.boriel.com/forum/forumdisplay.php?fid=18) +---- Thread: Pascalated ZX BASIC Demo (/showthread.php?tid=2295) |
Pascalated ZX BASIC Demo - zarsoft - 01-19-2023 To run online, click here: RUN ONLINE Code: ' PROGRAM factorials RE: Pascalated ZX BASIC Demo - boriel - 01-19-2023 This is super interesting! Is this tool online!? RE: Pascalated ZX BASIC Demo - zarsoft - 01-19-2023 It's not a tool, it's a trick - you just need to put these lines at the beginning of the program: '--- Pascalated Boriel --- #define VAR DIM #define INTEGER LONG #define REAL FLOAT #define TYPE AS #define REPEAT DO #define UNTIL LOOP UNTIL #define PROCEDURE SUB #define PROGRAM REM |