add client, seek, and size

This commit is contained in:
2023-06-25 00:52:52 +01:00
parent 4ca158cc96
commit 6ff2d7c69f
8 changed files with 244 additions and 7 deletions

View File

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