correct example in the book

FossilOrigin-Name: 8d604e598900fdb34a8e529972c21c865f7fce9e33dcbfafc9e8eb966d1955e4
This commit is contained in:
crc 2019-08-25 14:32:52 +00:00
parent cd9f9de76c
commit 942ec249f0
3 changed files with 7 additions and 0 deletions

View file

@ -13,6 +13,8 @@
## Documentation
- correct example for retro-compiler
## Toolchain
- added retro-tags
@ -22,6 +24,7 @@
- new examples
- retro-tags.retro
- Gott.retro
- namespaces.retro
- use .retro extension
## General

View file

@ -2475,7 +2475,9 @@ Example:
Given a `hello.forth`:
```
~~~
:hello 'Hello_World! s:put nl ;
~~~
```
Use:

View file

@ -35,7 +35,9 @@ Example:
Given a `hello.forth`:
```
~~~
:hello 'Hello_World! s:put nl ;
~~~
```
Use: