[EMAIL PROTECTED] wrote:
> 
> (yes, I'm in an RFC-commenting mood today...)
> 
> On Wed, Aug 30, 2000 at 02:22:31AM -0000, Perl6 RFC Librarian wrote:
> >Add C<list> keyword to force list context (like C<scalar>)
> 
> Makes sense to me.  Does it connect in any way with Damian's generic
> want() function?

Implicitly, for sure! Just like scalar() forces want() to return SCALAR,
I would certainly imagine that list() forces want() to return LIST. This
should be automatic, though; I don't think any explicit relationship
between them needs to exist or be enumerated necessarily.

-Nate

Reply via email to