https://github.com/jrincayc/ucblogo-code
Revision d06344c0bc569f99f7be44c4071c4700f1a4cec9 authored by Joshua J. Cogliati on 27 February 2020, 03:23:01 UTC, committed by Joshua J. Cogliati on 27 February 2020, 03:39:38 UTC
1 parent 15f9965
Raw File
Tip revision: d06344c0bc569f99f7be44c4071c4700f1a4cec9 authored by Joshua J. Cogliati on 27 February 2020, 03:23:01 UTC
Fixes for texi errors.
Tip revision: d06344c
int
INT num

	outputs its input with fractional part removed, i.e., an integer
	with the same sign as the input, whose absolute value is the
	largest integer less than or equal to the absolute value of
	the input.

back to top