mirror of
https://github.com/Open-Argon/argon-v3.git
synced 2025-12-06 08:56:07 +00:00
add environment variable support
This commit is contained in:
@@ -8,6 +8,7 @@ import (
|
||||
func makeGlobal() ArObject {
|
||||
var vars = anymap{}
|
||||
vars["global"] = vars
|
||||
vars["env"] = env
|
||||
vars["term"] = ArTerm
|
||||
vars["ArgonVersion"] = ArString(VERSION)
|
||||
vars["number"] = builtinFunc{"number", ArgonNumber}
|
||||
|
||||
Reference in New Issue
Block a user