TITLE ^

CardinalInteger - Cardinal integers

SUBROUTINES ^

onload

ACCEPTS()

perl()

Returns a Perl representation of the CardinalInteger.

to_s()

Returns a CardinalString representation of the CardinalInteger.

downto(n, block)

Runs block for each integer from the current value of the Integer down to n.

upto(n, block)

Runs block for each integer from the current value of the Integer up to n.


parrot