impliement more methods to number, hopefully finishing the requirements from within the number object mostly

This commit is contained in:
2024-07-11 03:17:27 +01:00
parent b4a02be086
commit 70f2c47e4f
22 changed files with 970 additions and 197 deletions

View File

@@ -10,8 +10,8 @@ var Args = os.Args[1:]
type stack = []ArObject
const VERSION = "3.0.8"
const VERSION_NUM = 6
const VERSION = "3.1.0 oop numbers beta 1"
const VERSION_NUM = 7
func newscope() ArObject {
return Map(anymap{})
@@ -45,7 +45,6 @@ func main() {
}
}()
}
initRandom()
garbageCollect()
global := makeGlobal()
if len(Args) == 0 {