| Notes |
UserTalk employs automatic type coercion when evaluating arithmetic and comparative operations; the two expressions need not be of the same type to be added together. Generally, the resulting type - which determines the method of addition - is the more
complex type, the one that can most readily represent both values.
|