mirror of
https://github.com/flynx/Course-JavaScript.git
synced 2025-10-28 18:40:08 +00:00
minor tweaks...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
ba3f6de717
commit
159a80d737
@ -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...',
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user