aboutsummaryrefslogtreecommitdiff
path: root/src/boot/translator.boot
diff options
context:
space:
mode:
Diffstat (limited to 'src/boot/translator.boot')
-rw-r--r--src/boot/translator.boot6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/boot/translator.boot b/src/boot/translator.boot
index 046b1f43..001901ab 100644
--- a/src/boot/translator.boot
+++ b/src/boot/translator.boot
@@ -324,7 +324,7 @@ shoeConsoleLines lines ==
shoeConsole '" "
shoeFileLine(x, stream) ==
- WRITE_-LINE(x, stream)
+ writeLine(x, stream)
x
shoeFileTrees(s,st)==
@@ -697,7 +697,7 @@ PSTTOMC string==
BOOTLOOP() ==
a:=READ_-LINE()
#a=0=>
- WRITE_-LINE '"Boot Loop; to exit type ] "
+ writeLine '"Boot Loop; to exit type ] "
BOOTLOOP()
b:=shoePrefix? ('")console",a)
b =>
@@ -711,7 +711,7 @@ BOOTLOOP() ==
BOOTPO() ==
a:=READ_-LINE()
#a=0=>
- WRITE_-LINE '"Boot Loop; to exit type ] "
+ writeLine '"Boot Loop; to exit type ] "
BOOTPO()
b:=shoePrefix? ('")console",a)
b =>