summaryrefslogtreecommitdiff
path: root/uscript/xbytecode.h
diff options
context:
space:
mode:
authoriamcheeseman <[email protected]>2026-04-25 19:14:55 -0400
committeriamcheeseman <[email protected]>2026-04-25 19:14:55 -0400
commitb8db294d0c843084a20cd7b6c2f087ba6edce530 (patch)
treee6e0e1ae19827f49c7500b3e563c20433a94f11f /uscript/xbytecode.h
parentf328d3b2bea11f6b89bf4b3707205ecd8496b93d (diff)
microscript: rename zilch to nadaHEADmaster
Diffstat (limited to 'uscript/xbytecode.h')
-rw-r--r--uscript/xbytecode.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/uscript/xbytecode.h b/uscript/xbytecode.h
index 5eef6db..99e0e81 100644
--- a/uscript/xbytecode.h
+++ b/uscript/xbytecode.h
@@ -3,7 +3,7 @@ BC(LOAD_FUNC)
BC(SMALL_INT)
BC(FALSE)
BC(TRUE)
-BC(ZILCH)
+BC(NADA)
BC(ARR)
BC(MAP)
BC(GET_LOCAL)