mirror of
https://github.com/Open-Argon/argon-v3.git
synced 2025-12-06 08:56:07 +00:00
add readUntil
This commit is contained in:
@@ -12,6 +12,12 @@ type stack = []ArObject
|
||||
|
||||
const VERSION = "3.0.0"
|
||||
|
||||
// Example struct
|
||||
type Person struct {
|
||||
Name string
|
||||
Age int
|
||||
}
|
||||
|
||||
func newscope() ArObject {
|
||||
return Map(anymap{})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user