add create functions

This commit is contained in:
2023-02-27 00:07:13 +00:00
parent f0620354c0
commit 1b3a4c44d9
23 changed files with 580 additions and 125 deletions

View File

@@ -7,7 +7,7 @@ import (
// args without the program path
var Args = os.Args[1:]
type stack = []map[string]variableValue
type stack = []map[string]any
func main() {
ex, e := os.Getwd()