start adding maps

This commit is contained in:
2023-02-26 01:33:02 +00:00
parent 6ef6e051e6
commit f0620354c0
13 changed files with 117 additions and 11 deletions

View File

@@ -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 {