Arithmetic/Integer: Difference between revisions

m
Bonus: Include an example of the integer `divmod` operator. For example: as in #Haskell, #Python and #ALGOL 68
m (→‎{{header|ALGOL 68}}: ALGOL 68R has a non-standard '%:=' operator - update)
m (Bonus: Include an example of the integer `divmod` operator. For example: as in #Haskell, #Python and #ALGOL 68)
Line 20:
For remainder, indicate whether its sign matches the sign of the first operand or of the second operand, if they are different.
<br><br>
 
Bonus: Include an example of the integer `divmod` operator. For example: as in [[#Haskell]], [[#Python]] and [[#ALGOL 68]]
 
=={{header|0815}}==