|
"Business" asked about the mod function in
REBOL. x1 // x2 returns the remainder of dividing integer x1 by x2
'remainder x1 x2 does the same in pre-fix notation. the operator
'mod was implemented in earlier versions of REBOL/core, but it is undefined in V
2.2.
Russell [EMAIL PROTECTED]
|
