mirror of
https://github.com/flynx/Slang.git
synced 2025-10-29 10:40:07 +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',
|
'infix: >= ge',
|
||||||
'',
|
'',
|
||||||
'',
|
'',
|
||||||
|
'-- Prefix operation definition...',
|
||||||
|
'-- Example:',
|
||||||
|
'-- :: echo: ( | txt -- | ) [ \\ _flip \\ print _flip ]',
|
||||||
'-- swap stack and code untill the block finishes and consumes it\'s arguments',
|
'-- swap stack and code untill the block finishes and consumes it\'s arguments',
|
||||||
'-- then swap them back...',
|
'-- then swap them back...',
|
||||||
':: prefix: ( | op word -- | ) [',
|
':: prefix: ( | op word -- | ) [',
|
||||||
@ -864,6 +867,7 @@ var BOOTSTRAP = [
|
|||||||
' ] \\ exec 2 2 _swapN ]',
|
' ] \\ exec 2 2 _swapN ]',
|
||||||
'',
|
'',
|
||||||
'',
|
'',
|
||||||
|
'',
|
||||||
'-- Tests and examples...',
|
'-- Tests and examples...',
|
||||||
'',
|
'',
|
||||||
'-- Mandatory "hello word" word example...',
|
'-- Mandatory "hello word" word example...',
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user