previous commit still has a bug

This commit is contained in:
Koichi Nakamura 2021-12-07 02:24:30 +09:00
parent 6155f08b77
commit 488a3a20c5
2 changed files with 2 additions and 2 deletions

View file

@ -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.

View file

@ -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).