aboutsummaryrefslogtreecommitdiff
path: root/src/interp/bc-matrix.boot.pamphlet
diff options
context:
space:
mode:
Diffstat (limited to 'src/interp/bc-matrix.boot.pamphlet')
-rw-r--r--src/interp/bc-matrix.boot.pamphlet2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interp/bc-matrix.boot.pamphlet b/src/interp/bc-matrix.boot.pamphlet
index f19d2948..30cee0d0 100644
--- a/src/interp/bc-matrix.boot.pamphlet
+++ b/src/interp/bc-matrix.boot.pamphlet
@@ -127,7 +127,7 @@ bcInputExplicitMatrix(htPage,junk) ==
wrows := # STRINGIMAGE nrows
wcols := # STRINGIMAGE ncols
labelList :=
- "append"/[[f for j in 1..ncols] for i in 1..nrows] where f ==
+ "append"/[[f for j in 1..ncols] for i in 1..nrows] where f() ==
rowpart := STRCONC('"{\em Row",htStringPad(i,wrows))
colpart := STRCONC('", Column",htStringPad(j,wcols),'":}\space{2}")
prefix := STRCONC(rowpart,colpart)