https://github.com/jrincayc/ucblogo-code
Revision 0ea6cb4b5e3417cb18cce2b91399cb77df9abcb4 authored by Joshua J. Cogliati on 31 July 2020, 14:37:55 UTC, committed by Joshua J. Cogliati on 31 July 2020, 14:37:55 UTC
1 parent 062e7aa
Raw File
Tip revision: 0ea6cb4b5e3417cb18cce2b91399cb77df9abcb4 authored by Joshua J. Cogliati on 31 July 2020, 14:37:55 UTC
Removing old mac makefile.
Tip revision: 0ea6cb4
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