]> gitweb.factorcode.org Git - factor.git/blob - extra/math/text/french/french-docs.factor
Merge branch 'master' into experimental
[factor.git] / extra / math / text / french / french-docs.factor
1 USING: help.markup help.syntax ;
2 IN: math.text.french
3
4 HELP: number>text
5 { $values { "n" "an integer" } { "str" "a string" } }
6 { $description "Return the a string describing " { $snippet "n" } " in French. Numbers with absolute value equal to or greater than 10^12 will be returned using their numeric representation." } ;