From 942ec249f0877aced4a608d0d12ea82334e2336a Mon Sep 17 00:00:00 2001 From: crc Date: Sun, 25 Aug 2019 14:32:52 +0000 Subject: [PATCH] correct example in the book FossilOrigin-Name: 8d604e598900fdb34a8e529972c21c865f7fce9e33dcbfafc9e8eb966d1955e4 --- RELEASE-NOTES | 3 +++ RETRO-Book.md | 2 ++ doc/book/Retro-Compiler | 2 ++ 3 files changed, 7 insertions(+) diff --git a/RELEASE-NOTES b/RELEASE-NOTES index dc30efc..755008e 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -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 diff --git a/RETRO-Book.md b/RETRO-Book.md index f6641f7..372ad19 100644 --- a/RETRO-Book.md +++ b/RETRO-Book.md @@ -2475,7 +2475,9 @@ Example: Given a `hello.forth`: ``` +~~~ :hello 'Hello_World! s:put nl ; +~~~ ``` Use: diff --git a/doc/book/Retro-Compiler b/doc/book/Retro-Compiler index 73312ba..f492341 100644 --- a/doc/book/Retro-Compiler +++ b/doc/book/Retro-Compiler @@ -35,7 +35,9 @@ Example: Given a `hello.forth`: ``` +~~~ :hello 'Hello_World! s:put nl ; +~~~ ``` Use: