On 09-Jun-02, Charles wrote:

>   Easiest solution is like Romano said: Just use any-type! I use it
> in a die rolling CGI script, where you can do: roll?2d6
>   or
> roll?2d6+3
>  (or +-3)
>   I also use:
> args: system/options/args

Ah - I didn't know of that solution.  And I hadn't noticed that type:
any is different than any-type!...

>> x: func [y][whatever] 
>> ? x
USAGE:
    X y 

DESCRIPTION:
    (undocumented)

ARGUMENTS:
     y -- (Type: any)

>> x: func [y [any-type!]][whatever]
>> ? x                              
USAGE:
    X y 

DESCRIPTION:
    (undocumented)

ARGUMENTS:
     y -- (Type: any-type)

But no need to explain the difference. It's not something I urgently
need to know today. (;

-- 
Carl Read

-- 
To unsubscribe from this list, please send an email to
[EMAIL PROTECTED] with "unsubscribe" in the 
subject, without the quotes.

Reply via email to