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 ] ',