Ladislav Mecir napsal(a):
> One more note to the datatype of the EMIT argument. Due to the USE 
> limitations is my implementation currently able to work correctly with 
> word! and set-word! only. Wouldn't it be desirable to explicitly limit 
> the datatype of the argument as follows:
>
>     'emit [word! set-word!]
>
> or even
>
>     'emit [word!]
>
> ?
>
> another option may be to change the implementation to accept a few more 
> word types, but even then it may be desirable to use a datatype 
> specification, because it isn't sensible to accept e.g. paths etc.
>
> -L
>
>   
the same rule applies to the BLOCK argument, that should be limited to 
[block!] only (although it could work for paren! too, if desired, but 
certainly not for other block-types).

-L

-- 
To unsubscribe from the list, just send an email to 
lists at rebol.com with unsubscribe as the subject.

Reply via email to