add copy and move functions

This commit is contained in:
2024-05-30 00:25:16 +01:00
parent 677643eeed
commit 051581c84b
2 changed files with 67 additions and 2 deletions

View File

@@ -10,8 +10,8 @@ var Args = os.Args[1:]
type stack = []ArObject
const VERSION = "3.0.5"
const VERSION_NUM = 3
const VERSION = "3.0.6"
const VERSION_NUM = 4
func newscope() ArObject {
return Map(anymap{})