@verb #103:"bf_verb_code" this none this rxdo #789 @program #103:"bf_verb_code" this none this "Semicolons are assumed at the end of every line." "No need to actually display them." code = pass(@args) if (typeof(code) == $LIST) for x in [1..length(code)] if (code[x][$] == ";") code[x] = code[x][1..$ - 1] endif endfor endif return code "Last modified by Dax (#789) on Sun May 15 19:01:20 2005 MDT." .