minor tweaks...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2014-06-28 02:59:30 +04:00
parent ba3f6de717
commit 159a80d737

View File

@ -849,6 +849,9 @@ var BOOTSTRAP = [
'infix: >= ge',
'',
'',
'-- Prefix operation definition...',
'-- Example:',
'-- :: echo: ( | txt -- | ) [ \\ _flip \\ print _flip ]',
'-- swap stack and code untill the block finishes and consumes it\'s arguments',
'-- then swap them back...',
':: prefix: ( | op word -- | ) [',
@ -864,6 +867,7 @@ var BOOTSTRAP = [
' ] \\ exec 2 2 _swapN ]',
'',
'',
'',
'-- Tests and examples...',
'',
'-- Mandatory "hello word" word example...',