mirror of
https://github.com/flynx/Course-JavaScript.git
synced 2025-10-29 11:00:10 +00:00
some cleanup...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
b08aad3002
commit
bdc6c936d2
@ -470,6 +470,7 @@ var BOOTSTRAP = [
|
||||
' - fun!',
|
||||
'',
|
||||
'',
|
||||
'',
|
||||
'-------------------------------------------------------------------------------',
|
||||
'',
|
||||
' The system consists of:',
|
||||
@ -518,6 +519,8 @@ var BOOTSTRAP = [
|
||||
' TODO: add a complete word-set for work with dicts/namespaces',
|
||||
' TODO: add topological comparison/diff',
|
||||
'',
|
||||
'',
|
||||
'',
|
||||
'-----------------------------------------------------------------------------',
|
||||
'',
|
||||
' Traditionally, stack languages use a "stack effect" notation to document how',
|
||||
@ -563,6 +566,8 @@ var BOOTSTRAP = [
|
||||
' NOTE: this notation is currently used as a means to documenting words and is',
|
||||
' not interpreted in any way.',
|
||||
'',
|
||||
'',
|
||||
'',
|
||||
'-------------------------------------------------------------------------------',
|
||||
'',
|
||||
' Basic words for block manipulation:',
|
||||
@ -833,8 +838,10 @@ var BOOTSTRAP = [
|
||||
'',
|
||||
'-- Create a block containg a range of n numbers form 0 and adding s to',
|
||||
'-- each next number...',
|
||||
':: range2 ( n s -- b )',
|
||||
':: range/2 ( n s -- b )',
|
||||
' [ swap range swap [] swap push \\ * 0 before map ]',
|
||||
//':: range/3 ( a n s -- b )',
|
||||
//' [ swap range swap [] swap push \\ * 0 before map ]',
|
||||
'',
|
||||
''].join('\n')
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user