From 488a3a20c5b08650c01e6e2539c670e8d5a31107 Mon Sep 17 00:00:00 2001 From: Koichi Nakamura Date: Tue, 7 Dec 2021 02:24:30 +0900 Subject: [PATCH] previous commit still has a bug --- README.md | 2 +- bootstrap.fs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ec392d5..ef7ea34 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ The hello world program at the beginning looks like this. ``` $ ./planck -kHtketkltkltkotk tkWtkotkrtkltkdtk!tk:k0-tk0k0Q +kHtketkltkltkotk tkWtkotkrtkltkdtk!tk:k0-tk0k0-Q ``` After bootstrapping by `bootstrap.fs`, it looks like this. diff --git a/bootstrap.fs b/bootstrap.fs index a50ebd5..6537a27 100644 --- a/bootstrap.fs +++ b/bootstrap.fs @@ -66,7 +66,7 @@ l! \ The following line is an example program of planckforth \ which prints "Hello World!\n" \ -- -\ kHtketkltkltkotk tkWtkotkrtkltkdtk!tk:k0-tk0k0Q +\ kHtketkltkltkotk tkWtkotkrtkltkdtk!tk:k0-tk0k0-Q \ -- \ This code repeats that 'k' reads a character and 't' prints it. \ Note that ':' (58) minus '0' (48) is '\n' (10).