]> gitweb.factorcode.org Git - factor.git/blob - extra/math/text/utils/utils-docs.factor
Merge branch 'master' into experimental
[factor.git] / extra / math / text / utils / utils-docs.factor
1 USING: help.markup help.syntax ;
2 IN: math.text.utils
3
4 HELP: 3digit-groups
5 { $values { "n" "a positive integer" } { "seq" "a sequence" } }
6 { $description "Decompose a number into 3 digits groups and return them in a sequence, starting with the units, then the tenths, etc." } ;