| parrotcode: BigInt | |
| Contents | Tests |

t/pmc/bigint.t - BigInt

% perl -Ilib t/pmc/bigint.t

Tests the BigInt PMC. Checks Perl-specific integer behaviour.
pi = iter(PI()) ds = "" for i in xrange(1, 1001): d = pi.next() ds += str(d) im = i % 50 if im == 0: print ds ds = ""
print ds

Hey! The above document had some coding errors, which are explained below:
|
|
|