@verb #9090:"teams" none none none rdo #7446 @program #9090:"teams" none none none player:tell($string_utils:columnize({"Team Name", "Number of Members", "Leader"}, 3)) player:tell($string_utils:columnize({"---------", "-----------------", "------"}, 3)) for x in (this.teams) members = tostr(length(this.members[x in this.teams])) player:tell($string_utils:columnize({tostr(x in this.teams, ". ", x), $string_utils:english_number(members), this.members[x in this.teams][1].name}, 3)) endfor "Last modified by Dax (#789) on Tue May 12 00:25:20 1998 EDT." .