From 82e7b181ec1b0a2df4d76ca529b4736c9e56383b Mon Sep 17 00:00:00 2001 From: Corey Johnson Date: Fri, 10 Oct 2025 15:33:41 -0700 Subject: [PATCH] I think we need the #2 in there? --- SPEC.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/SPEC.md b/SPEC.md index 9d8add2..9c64f85 100644 --- a/SPEC.md +++ b/SPEC.md @@ -231,7 +231,7 @@ All comparison operations pop two values, compare, push boolean result. ``` DUP -JUMP_IF_FALSE 2 # skip POP and +JUMP_IF_FALSE #2 # skip POP and POP end: @@ -241,7 +241,7 @@ end: ``` DUP -JUMP_IF_TRUE 2 # skip POP and +JUMP_IF_TRUE #2 # skip POP and POP end: