` FILE: divmod.x ` PURPOSE: function to capture quotient and remainder quotient := a/b; remainder := a//b;