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