mirror of
https://github.com/Open-Argon/argon-v3.git
synced 2025-12-06 17:06:07 +00:00
fix getindex and add debug
This commit is contained in:
@@ -65,7 +65,7 @@ func parseCall(code UNPARSEcode, index int, codelines []UNPARSEcode) (any, bool,
|
||||
}
|
||||
|
||||
func runCall(c call, stack stack, stacklevel int) (any, ArErr) {
|
||||
var callable any
|
||||
var callable any = c.callable
|
||||
switch x := c.callable.(type) {
|
||||
case builtinFunc:
|
||||
callable = x
|
||||
|
||||
Reference in New Issue
Block a user