This commit is contained in:
2025-12-29 01:15:30 -06:00
parent 4f3e2819fe
commit 0720368c48
2 changed files with 133 additions and 1 deletions

View File

@@ -32,6 +32,7 @@ DEF(true, "true")
DEF(if, "if")
DEF(else, "else")
DEF(return, "return")
DEF(go, "go")
DEF(var, "var")
DEF(def, "def")
DEF(this, "this")