select was Re: Re: Binding
[1/1] from: rotenca::telvia::it at: 20-Nov-2002 19:09
Hi Gabriele
> Either that, or making IN accept a block too. :-)
>
> in object [a b c]
this is another thing, but i should like to have an uniform acces to object
and block in this case:
get in context [a: 1] 'a
select [a 1] 'a
for example a
select/all context [a: 1] 'a ; ==1
select/all context [a: 1] 'b ; ==none
or a new command.
---
Ciao
Romano