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

This reverts commit 76fcbdc690.
flac
John Benediktsson 2020-02-22 19:49:41 -08:00 committed by Steve Ayerhart
parent 559b959e07
commit c10f947814
No known key found for this signature in database
GPG Key ID: 5BFD39C5359E967D
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> [