oops, accidently left some debugging code in

This commit is contained in:
2023-11-14 20:21:58 +00:00
parent 6295e23d1b
commit 6dee9d6874
3 changed files with 3 additions and 6 deletions

View File

@@ -6,7 +6,7 @@ import (
)
// args without the program path
var Args = []string{"/home/william/Documents/code/argon-v3/tests/broken_funcCall.ar"}
var Args = os.Args[1:]
type stack = []ArObject