@verb #5848:"store_vars" this none this rxdo #3135 @program #5848:"store_vars" this none this line = tostr(this) + ".lvalues = {" for x in (this.lvars) line = line + tostr(x) + "," endfor if (this.lvars) line = line[1..length(line) - 1] endif return line + "};" .