mirror of
https://github.com/Open-Argon/argon-v3.git
synced 2025-12-06 08:56:07 +00:00
start adding maps
This commit is contained in:
@@ -7,6 +7,8 @@ import (
|
||||
// args without the program path
|
||||
var Args = os.Args[1:]
|
||||
|
||||
type stack = []map[string]variableValue
|
||||
|
||||
func main() {
|
||||
ex, e := os.Getwd()
|
||||
if e != nil {
|
||||
|
||||
Reference in New Issue
Block a user