There should be some syntax (as or maybe @) that allows casting, even if only between primitive types. Note that some numeric conversions have already been implemented in the bytecode, but some other casts (particularly those involving floats) might need more work.
There should be some syntax (
as
or maybe@
) that allows casting, even if only between primitive types. Note that some numeric conversions have already been implemented in the bytecode, but some other casts (particularly those involving floats) might need more work.