From e9c0b73d044dfa1f059212f63aa1fe2dd50665b1 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Mon, 30 Dec 2013 23:30:42 +0400 Subject: [PATCH] minor changes... Signed-off-by: Alex A. Naanou --- Slang/slang.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Slang/slang.js b/Slang/slang.js index 52452e8..e614811 100755 --- a/Slang/slang.js +++ b/Slang/slang.js @@ -501,6 +501,7 @@ var BOOTSTRAP = [ ' not interpreted in any way.', '', '-------------------------------------------------------------------------------', +'s2b drop', '--', '-- With that out of the way, let\'s start with the bootstrap...', '--', @@ -600,7 +601,6 @@ var BOOTSTRAP = [ 'infix: != ne', 'infix: > gt', '', -//':: = ( a | b -- | ) [ 1 1 _swapN :: ]', '', '-- this is here for devel use only', ':: _clear ( ... -- ) [ s2b print drop ] ',