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.boot2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interp/pspad1.boot b/src/interp/pspad1.boot
index ce580b14..89fe6b79 100644
--- a/src/interp/pspad1.boot
+++ b/src/interp/pspad1.boot
@@ -260,7 +260,7 @@ format(x,:options) ==
qualification := IFCAR options
newCOrNil:=
x is [op,:argl] =>
- if op = 'return then argl := rest argl
+ if op = "return" then argl := rest argl
n := #argl
op is ['elt,y,"construct"] => formatDollar(y,'construct,argl)
op is ['elt,name,p] and UPPER_-CASE_-P (STRINGIMAGE opOf name).0 =>