aboutsummaryrefslogtreecommitdiff
path: root/src/boot/includer.boot
diff options
context:
space:
mode:
Diffstat (limited to 'src/boot/includer.boot')
-rw-r--r--src/boot/includer.boot4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/boot/includer.boot b/src/boot/includer.boot
index e7b7dc52..b0c72019 100644
--- a/src/boot/includer.boot
+++ b/src/boot/includer.boot
@@ -79,7 +79,7 @@ char x ==
-- returns the string representation of object X.
STRINGIMAGE x ==
- WRITE_-TO_-STRING x
+ toString x
-- close STREAM.
shoeCLOSE stream ==
@@ -102,7 +102,7 @@ shoeReadLine stream ==
-- write LINE to standard terminal I/O.
shoeConsole line ==
- WRITE_-LINE(line, _*TERMINAL_-IO_*)
+ writeLine(line, _*TERMINAL_-IO_*)
shoeSpaces n ==
MAKE_-FULL_-CVEC(n, '".")