| kind | = | "Number Integer" |
An integral number
Mimics
Inactive cells
Active cells
- %(dividend)
- &(other)
- <<(other)
- >>(other)
- ^(other)
- char()
- div(dividend)
- divmod(dividend)
- even?()
- odd?()
- pred()
- succ()
- times([argumentNameOrCode], [code] nil)
- |(other)
Specs
Inactive cells (details)
Active cells (details)
returns a tuple of how many times the first number can be divided by the second one, and the remainder
Expects one or two arguments. If one argument is given, executes it as many times as the value of the receiving number. If two arguments are given, the first will be an unevaluated name that will receive the current loop value on each repitition. the iteration length is limited to the positive maximum of a Java int