quotient&reminder

[procedure] quotient&remainder n1 n2

Gauche: Calculates the quotient and the remainder of dividing integer n1 by integer n2 simultaneously, and returns them as two values.