]> gitweb.factorcode.org Git - factor.git/commitdiff
roman: try easy-help on article.
authorJohn Benediktsson <mrjbq7@gmail.com>
Tue, 15 Dec 2020 16:54:06 +0000 (08:54 -0800)
committerJohn Benediktsson <mrjbq7@gmail.com>
Tue, 15 Dec 2020 16:54:06 +0000 (08:54 -0800)
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-