system.debugger.divd
Divides integer numbers.
Syntax
divd number number
Description
divides the first integer number provided by the second integer number provided and displays the result as an integer quotient and remainder.
Example
!divd 52 24<return> 2 4
The result displays on the same line as the command. '2' is the
result, with a remainder of '4'.
See Also
User Comments
What do you think?
Share your experience or ask a question by using the form below.
Login to leave your comments.
