"David N. Welton" wrote:

>
> Ok, a few things are left to hash out.
>
> vars get -list has the troublesome problem that you might have a
> variable called -list.
>
> var -list get foo
> var get foo
>
> maybe we don't need the get?
> var foo
> var -list foo
>
> This makes it pretty easy to check and see if objc is 3 or more.
>
> Hrm... but how to get out the 'whole' list.
>
> var -all
>
> Means you could have a variable called -all...
>
> Do we want to support multiple values?
>
> var -list foo bar baz

Whe could have a mandatory option:
var {-get | -list | -all} [ var1 [,var2 [, ...]]]

This way, if you have a variable called '-get' you can use something like:

set -get [var -get -get]

(yeeoooow... should be submitted to
http://mindprod.com/unmain.html )

--
Valerio Gionco   [[EMAIL PROTECTED]]
MOST s.r.l.      Via Bezzecca, 9 - 10131 Torino
************************************************************************
            "Life's not fair, but the root password helps."




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to