help.markup: separate examples using newlines.

master
John Benediktsson 2020-02-19 19:57:10 -08:00
parent e0e58a62c5
commit 76fcbdc690
1 changed files with 1 additions and 1 deletions

View File

@ -121,7 +121,7 @@ M: f print-element drop ;
"Generic word contract" $heading print-element ;
: $examples ( element -- )
"Examples" $heading print-element ;
"Examples" $heading [ f $nl ] [ print-element ] interleave ;
: $example ( element -- )
unclip-last [ "\n" join ] dip over <input> [