diff options
| author | iamcheeseman <[email protected]> | 2026-04-14 12:49:34 -0400 |
|---|---|---|
| committer | iamcheeseman <[email protected]> | 2026-04-14 12:49:34 -0400 |
| commit | 348009ba1f724c163a9ea3360fc88bdf24f22d8b (patch) | |
| tree | 4102935b735978ac531ec987cf6c9c996025ab36 /uscript/lex.h | |
| parent | cfa04f1cd06a7024aca7dba96f930ba130b0f9b4 (diff) | |
microscript: remove print statement
Diffstat (limited to 'uscript/lex.h')
| -rw-r--r-- | uscript/lex.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/uscript/lex.h b/uscript/lex.h index 119b867..191997d 100644 --- a/uscript/lex.h +++ b/uscript/lex.h @@ -5,7 +5,6 @@ #include "val.h" #define XTOKENS(_) \ - _(PRINT) \ _(BREAK) \ _(DIV_EQL) \ _(DO) \ |
