| Notes |
UserTalk employs automatic type coercion when evaluating arithmetic and comparative operations; the two expressions need not be of the same type to be multiplied together. Generally, the resulting type is the more complex type, the one that can most
readily represent both values.
Only numeric-compatible types - short, long, single, double, date, etc. - can be multiplied.
|