hello,everyone,
i have some ambiguity about how to use variable binding,however i read
the manual
,i am also not very clear. if i define a variable "aaa" in the compiled
class,then use the
method "bind("bbb",&aaa),then if i can access the "bbb" in the interpreter
class,on the other hand,if i have a class "Test" which have a variable "aaa"
,then i use the "bind("bbb",&aaa)",
and i have a corresponding interpreter class "Agent/Test" which hasn't defined
the variable "bbb",then if i can access the variable "bbb" to
get the value of "aaa" through the interpreter ,for example:$test set bbb 666