]> gitweb.factorcode.org Git - factor.git/blob - basis/wrap/wrap-docs.factor
feac7c51a790e533b38c4c0babf4d0d944e73a93
[factor.git] / basis / wrap / wrap-docs.factor
1 ! Copyright (C) 2009 Daniel Ehrenberg
2 ! See http://factorcode.org/license.txt for BSD license.
3 USING: help.syntax help.markup strings math kernel ;
4 IN: wrap
5
6 ABOUT: "wrap"
7
8 ARTICLE: "wrap" "Word wrapping"
9 "The " { $vocab-link "wrap" } " vocabulary implements word wrapping. Wrapping can take place based on simple strings, assumed to be monospace, or abstract word objects."
10 { $vocab-subsection "String word wrapping" "wrap.strings" } 
11 { $vocab-subsection "Word object wrapping" "wrap.words" } ;