From b8db294d0c843084a20cd7b6c2f087ba6edce530 Mon Sep 17 00:00:00 2001 From: iamcheeseman Date: Sat, 25 Apr 2026 19:14:55 -0400 Subject: microscript: rename zilch to nada --- uscript/xbytecode.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'uscript/xbytecode.h') 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) -- cgit v1.3-2-g0d8e