Revert "help.markup: separate examples using newlines."

This reverts commit 76fcbdc690.
master
John Benediktsson 2020-02-22 19:49:41 -08:00
parent 2ee8635f1e
commit 189b54998d
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 [ f $nl ] [ print-element ] interleave ;
"Examples" $heading print-element ;
: $example ( element -- )
unclip-last [ "\n" join ] dip over <input> [