Implement 'modulo' in Scheme

Issue #60 resolved
Katie Burke created an issue

modulo should return the integer modulus of int1 and int2.
( http://www.scheme.com/tspl4/objects.html#./objects:s98 )

(modulo 16 4)

Traceback (most recent call last):
File "stdin", line 1, col 2
RunTimeError: unbound variable 'modulo'

Comments (2)

  1. Log in to comment