mirror of
https://github.com/Open-Argon/argon-v3.git
synced 2025-12-06 08:56:07 +00:00
make maps oop
This commit is contained in:
@@ -11,10 +11,7 @@ var Args = os.Args[1:]
|
||||
type stack = []ArObject
|
||||
|
||||
func newscope() ArObject {
|
||||
return ArObject{
|
||||
TYPE: "map",
|
||||
obj: make(anymap),
|
||||
}
|
||||
return Map(anymap{})
|
||||
}
|
||||
|
||||
func main() {
|
||||
|
||||
Reference in New Issue
Block a user