summaryrefslogtreecommitdiff
path: root/Test/fact.b
diff options
context:
space:
mode:
Diffstat (limited to 'Test/fact.b')
-rw-r--r--Test/fact.b4
1 files changed, 1 insertions, 3 deletions
diff --git a/Test/fact.b b/Test/fact.b
index 995a26d..1bf850a 100644
--- a/Test/fact.b
+++ b/Test/fact.b
@@ -5,8 +5,6 @@ define f (x) {
}
for (a=1; a<600; a++) b=f(a)
-"
-"
-"b=";b
+"length(b)= "; length(b)
quit