]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/roman/roman-docs.factor
roman: try easy-help on article.
[factor.git] / basis / roman / roman-docs.factor
index 555ff60f46156f4bd67671566262e01ad2899861..b2cf29ceff2b92013cd99d12381c018072186357 100644 (file)
@@ -104,17 +104,22 @@ HELP: ROMAN:
 } ;
 
 ARTICLE: "roman" "Roman numerals"
-"The" { $vocab-link "roman" } "vocabulary can convert numbers to and from the Roman numeral system and can perform arithmetic given Roman numerals as input." $nl
-"A parsing word for literal Roman numerals:"
+The { $vocab-link "roman" } vocabulary can convert numbers to and from the
+Roman numeral system and can perform arithmetic given Roman numerals as input.
+
+A parsing word for literal Roman numerals:
 { $subsections POSTPONE: ROMAN: }
-"Converting to Roman numerals:"
+
+Converting to Roman numerals:
 { $subsections
     >roman
     >ROMAN
 }
-"Converting Roman numerals to integers:"
+
+Converting Roman numerals to integers:
 { $subsections roman> }
-"Roman numeral arithmetic:"
+
+Roman numeral arithmetic:
 { $subsections
     roman+
     roman-