From 9d4cec0553c177dcb5e00a563378a53428a89e24 Mon Sep 17 00:00:00 2001 From: Andre Wagner Date: Tue, 28 Apr 2026 18:40:26 -0500 Subject: [PATCH] . --- doc/OPCODES | 1 - 1 file changed, 1 deletion(-) diff --git a/doc/OPCODES b/doc/OPCODES index c365591..fd38433 100644 --- a/doc/OPCODES +++ b/doc/OPCODES @@ -4,7 +4,6 @@ Operations Stack operations: (0x00~0x1f) pushn [int] Push int pushr [float] Push float (real) - pushs [string] Push string pshcn [index] Push int from constant list pshcr [index] Push float from constant list pshcs [index] Push string from constant list