From 348009ba1f724c163a9ea3360fc88bdf24f22d8b Mon Sep 17 00:00:00 2001 From: iamcheeseman Date: Tue, 14 Apr 2026 12:49:34 -0400 Subject: microscript: remove print statement --- uscript/lex.h | 1 - 1 file changed, 1 deletion(-) (limited to 'uscript/lex.h') 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) \ -- cgit v1.3-2-g0d8e