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/xbytecode.h | 1 - 1 file changed, 1 deletion(-) (limited to 'uscript/xbytecode.h') diff --git a/uscript/xbytecode.h b/uscript/xbytecode.h index 95f1440..34f7f43 100644 --- a/uscript/xbytecode.h +++ b/uscript/xbytecode.h @@ -32,6 +32,5 @@ BC(CONCAT) BC(JMP) BC(FALSEY_JMP) BC(LOOP) -BC(PRINT) BC(CALL) BC(RET) -- cgit v1.3-2-g0d8e