From 159a80d737ab4a08b1a57dcec2fa4b5bfcee2431 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Sat, 28 Jun 2014 02:59:30 +0400 Subject: [PATCH] minor tweaks... Signed-off-by: Alex A. Naanou --- Slang/slang.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Slang/slang.js b/Slang/slang.js index 1fcde7e..968edcd 100755 --- a/Slang/slang.js +++ b/Slang/slang.js @@ -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...',