@verb #210:"listify" this none this rxdo #60 @program #210:"listify" this none this "Returns a list of all value/data pairs." this:is_readable_by(caller_perms()) || raise(E_PERM) accum = {} for p in (properties(this)) if (p[1] == " " && p != " ") accum = {@accum, {p[2..$], this.(p)}} endif $command_utils:suspend_if_needed() endfor return accum "Last modified by Dax (#789) on Sat May 21 03:06:55 2005 MDT." .