Icon+Unicon/Intro: Difference between revisions

Content added Content deleted
Line 87: Line 87:


==== real ====
==== real ====
Reals (immutable,coercible,convertible) are available in one size (large). Strings can be coerced into reals by operations. Otherwise operations with mixed reals and integers coerce the integers into reals.
Reals (immutable,coercible,convertible) are available in one size (large). Strings (and csets) can be coerced into reals by operations. Otherwise operations with mixed reals and integers coerce the integers into reals.


==== string ====
==== string ====