This commit is contained in:
2023-06-25 18:24:08 +01:00
parent 6ff2d7c69f
commit 5bb89a86a7
4 changed files with 86 additions and 2 deletions

View File

@@ -335,5 +335,6 @@ func makeGlobal() ArObject {
}
return nil, ArErr{TYPE: "TypeError", message: "Cannot get max of type '" + typeof(a[0]) + "'", EXISTS: true}
}}
vars["path"] = ArPath
return Map(vars)
}