]> gitweb.factorcode.org Git - factor.git/blob - basis/stack-checker/values/values-docs.factor
Docs: stub docs for some compiler-related words
[factor.git] / basis / stack-checker / values / values-docs.factor
1 USING: help.markup help.syntax math quotations sequences words ;
2 IN: stack-checker.values
3
4 HELP: <value>
5 { $values { "value" number } }
6 { $description "Outputs a series of monotonically increasing numbers." } ;