remove typo

This commit is contained in:
2024-05-30 17:03:47 +01:00
parent 7aadb812e4
commit 3761070e82

View File

@@ -10,7 +10,7 @@ var Args = os.Args[1:]
type stack = []ArObject type stack = []ArObject
const VERSION = "3.0.8a" const VERSION = "3.0.8"
const VERSION_NUM = 6 const VERSION_NUM = 6
func newscope() ArObject { func newscope() ArObject {