https://github.com/jrincayc/ucblogo-code
Raw File
Tip revision: f506282e07b9a3be7c0f65f74b7bd1ce869ea1ed authored by Barak A. Pearlmutter on 15 January 2021, 18:08:38 UTC
typo
Tip revision: f506282
remainder
REMAINDER num1 num2

	outputs the remainder on dividing "num1" by "num2"; both must be
	integers and the result is an integer with the same sign as num1.

back to top