[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Inline VALOF



>> >>   delay := (urgent ?? [1, 2]) * weeks
>> 
>> Unfortunately ?? no longer works (presumably because of the extended
>> rendezvous).  We'd have to call it something else.

>That would be:

>  delay := (urgent -> [1, 2]) * weeks

>:)

Except that we now want to use "->" for function results!

:(

	David