summaryrefslogtreecommitdiff
path: root/Test/raise.b
blob: a4314a0dd778def71e9441e70e231c1b84fc4b95 (plain)
1
2
3
4
5
6
7
for (i=0; i<1000; i++) a = 2^i;
length(a)
for (i=3000; i<3100; i++) a = 3^i;
length(a)
for (i=200; i<220; i++) a = (4^100)^i;
length(a)
quit