swh:1:snp:f223e86903c6bb9551d74b47f35cdb896451a375
Raw File
Tip revision: 4a8b35607a656ff3b87ede58119fdbfc8c328d51 authored by Joshua Cogliati on 05 February 2022, 01:52:44 UTC
Adding PRINT NOT "FALSE to show using quoted false. (#125)
Tip revision: 4a8b356
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