Allows the following operations to work:
new   P0,0
new   P1,0
set   P0,3
set   P1,-3.65
add   P1,P0,P1
print P1
end

I'll add appropriate string conversions some time this week.
Numeric operations are finicky enough that it's probably not worth
attempting to do down-conversion from numeric back to integer, so you
won't see much (if any) narrowing of types.

-Jeff
<[EMAIL PROTECTED]>

Reply via email to