From f328d3b2bea11f6b89bf4b3707205ecd8496b93d Mon Sep 17 00:00:00 2001 From: iamcheeseman Date: Fri, 17 Apr 2026 22:48:52 -0400 Subject: microscript: add maps --- uscript/xbytecode.h | 1 + 1 file changed, 1 insertion(+) (limited to 'uscript/xbytecode.h') diff --git a/uscript/xbytecode.h b/uscript/xbytecode.h index 1a7f359..5eef6db 100644 --- a/uscript/xbytecode.h +++ b/uscript/xbytecode.h @@ -5,6 +5,7 @@ BC(FALSE) BC(TRUE) BC(ZILCH) BC(ARR) +BC(MAP) BC(GET_LOCAL) BC(SET_LOCAL) BC(GET_GLOBAL) -- cgit v1.3-2-g0d8e