On Wed, 10 Nov 2010, Allin Cottrell wrote:
On Wed, 10 Nov 2010, Sven Schreiber wrote:
>
> So to get the member names for list objects I would suggest to replace
> the syntax 'mylist' with:
> 'print mylist --membernames'
> or somesuch.
I wouldn't want to give up
<unadorned name of user-define object> -> print object
But for people who feel queasy about this -- fair enough, there
probably should be a way to print the membership of a list via the
"print" command, as you suggest.
Well, for the moment I've documented something that has been there
for a while, analogous to "list listname delete" for deletion of
lists (as such), namely
list listname print
to print the names of the list-members.
Allin