Feature to pick up arguments passed into a compiled Catspeak function #52
Labels
enhancement
New feature or request
low priority
Not important
syntax
Related to the syntax of the language
Couldn't find this one in the old v2 docs, but it'd be handy to be able to pass arguments into a Catspeak compiled functions and pick them up inside e.g.
func = Catspeak.compileGML(_asg); func(x, y);
Or something similar. We can achieve a similar effect by calling
.setSelf()
on the function but direct argument passing would be easier to use in many situations.The text was updated successfully, but these errors were encountered: