![]() |
|
Pascalated ZX BASIC Demo - Printable Version +- Boriel Basic Forum (https://forum.boriel.com) +-- Forum: Compilers and Computer Languages (https://forum.boriel.com/forumdisplay.php?fid=12) +--- Forum: ZX Basic Compiler (https://forum.boriel.com/forumdisplay.php?fid=11) +---- Forum: Gallery (https://forum.boriel.com/forumdisplay.php?fid=18) +---- Thread: Pascalated ZX BASIC Demo (/showthread.php?tid=2295) |
Pascalated ZX BASIC Demo - zarsoft - 2023-01-19 To run online, click here: RUN ONLINE Code: ' PROGRAM factorialsRE: Pascalated ZX BASIC Demo - boriel - 2023-01-19 This is super interesting! Is this tool online!? RE: Pascalated ZX BASIC Demo - zarsoft - 2023-01-19 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 |