aboutsummaryrefslogtreecommitdiff
path: root/src/interp/pspad1.boot
diff options
context:
space:
mode:
Diffstat (limited to 'src/interp/pspad1.boot')
-rw-r--r--src/interp/pspad1.boot4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/interp/pspad1.boot b/src/interp/pspad1.boot
index b478826c..40fe464f 100644
--- a/src/interp/pspad1.boot
+++ b/src/interp/pspad1.boot
@@ -368,8 +368,8 @@ formatForm (u) ==
$fieldNames := union(getFieldNames argl,$fieldNames)
op in '(true %true) => format "true"
op in '(false nil) => format op
- u='(Zero) => format 0
- u='(One) => format 1
+ u=$Zero => format 0
+ u=$One => format 1
1=#argl => formatApplication u
formatFunctionCall u