> Anyway:
>
>   assign Px, {Iy,Sy,Ny}
>
> are not needed IMHO, these end up as
> set_<type>_native and are identical 
> to set Px, {Iy,Sy,Ny}.

Yes, but as we were discussing in the
Set vs. Assign thread, it makes more sense
to call them 'assign', as it morphs the
existing value (as 'assign Px, Py' does),
instead of simply copying a pointer
(as 'set Px, Py' does). Yay for consistancy.
If you want to get rid of opcode aliases,
perhaps it would be better to get rid of
the extra 'set's.

__________________________________
Do you Yahoo!?
Yahoo! SiteBuilder - Free, easy-to-use web site design software
http://sitebuilder.yahoo.com

Reply via email to