Is it possible to access a variable whose name is not known in advance to the script function by passing it in a parameter? Something like this...
Code: Select all
:return [[:parse ":global \$1; return [\$1 hello]"]]
Code: Select all
:return [:execute ":global $1; :return [$1 hello]"]