bootstrap fix
parent
a3d71ca9aa
commit
d3c3b80c07
|
|
@ -35,10 +35,18 @@ kernel lists namespaces prettyprint sequences styles ;
|
||||||
($block) ;
|
($block) ;
|
||||||
|
|
||||||
! Some links
|
! Some links
|
||||||
|
TUPLE: link name ;
|
||||||
|
|
||||||
|
M: link article-title link-name article-title ;
|
||||||
|
|
||||||
|
M: link article-content link-name article-content ;
|
||||||
|
|
||||||
|
DEFER: help
|
||||||
|
|
||||||
: $subsection ( object -- )
|
: $subsection ( object -- )
|
||||||
first [
|
first [
|
||||||
dup <link> presented set
|
dup <link> presented set
|
||||||
dup [ help ] curry outline set
|
dup [ link-name help ] curry outline set
|
||||||
] make-hash [ article-title $subheading ] with-style terpri ;
|
] make-hash [ article-title $subheading ] with-style terpri ;
|
||||||
|
|
||||||
: $link ( name -- )
|
: $link ( name -- )
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue