summaryrefslogtreecommitdiff
path: root/Test/fact.b
diff options
context:
space:
mode:
authorLorry Tar Creator <lorry-tar-importer@lorry>2017-04-07 22:20:23 +0000
committerLorry Tar Creator <lorry-tar-importer@lorry>2017-04-07 22:20:23 +0000
commit6003326d476ae5bb81261395724e85d8d686071d (patch)
tree85ee99b181019bbb8006d5c2b1e453cbc7c83609 /Test/fact.b
parent5439ab7459283bf61a0256c3a20df164c780ef6c (diff)
downloadbc-tarball-6003326d476ae5bb81261395724e85d8d686071d.tar.gz
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