Switch to edit mode.
Name(s): name_and_number_list nn_list1: ":name_and_number_list(object|list-of-objects[, @english-list-args])"
2: "construct a list of the given objects in the form \"Munchkin (#xxx)\". See $string_utils:english_list for the meanings of the optional english-list-args."
3: nnlist = {}
4: for o in (typeof(objects = args[1]) == $LIST ? objects | {objects})
5: nnlist = {@nnlist, this:nn(o)}
6: endfor
7: return this:english_list(nnlist, @listdelete(args, 1))
8: "Last modified by Dax (#789) on Tue May 3 13:55:52 2005 MDT."