fix up inconsistent error types

This commit is contained in:
2024-04-09 19:22:43 +01:00
parent 42e12933bf
commit a8fb5d4c1f
15 changed files with 273 additions and 279 deletions

View File

@@ -10,14 +10,8 @@ var Args = os.Args[1:]
type stack = []ArObject
const VERSION = "3.0.4-2"
const VERSION_NUM = 1
// Example struct
type Person struct {
Name string
Age int
}
const VERSION = "3.0.4-3"
const VERSION_NUM = 2
func newscope() ArObject {
return Map(anymap{})