Data commit

This commit is contained in:
Ingy döt Net 2023-07-01 11:58:00 -04:00
parent 7387c8f97b
commit cb5bb5e222
199093 changed files with 3378972 additions and 0 deletions

View file

@ -0,0 +1,4 @@
IF 0 THEN /* THIS WON'T RUN */;
IF 1 THEN /* THIS WILL */;
IF 2 THEN /* THIS WON'T */;
IF 3 THEN /* THIS WILL */;

View file

@ -0,0 +1,3 @@
DECLARE A BYTE;
A = 4 < 5;
/* A IS NOW 0FFH */

View file

@ -0,0 +1 @@
DECLARE FALSE LITERALLY '0', TRUE LITERALLY '0FFH';