summaryrefslogtreecommitdiff
path: root/Test/raise.b
diff options
context:
space:
mode:
Diffstat (limited to 'Test/raise.b')
-rw-r--r--Test/raise.b6
1 files changed, 3 insertions, 3 deletions
diff --git a/Test/raise.b b/Test/raise.b
index ec6929d..a4314a0 100644
--- a/Test/raise.b
+++ b/Test/raise.b
@@ -1,7 +1,7 @@
for (i=0; i<1000; i++) a = 2^i;
-a
+length(a)
for (i=3000; i<3100; i++) a = 3^i;
-a
+length(a)
for (i=200; i<220; i++) a = (4^100)^i;
-a
+length(a)
quit