]> gitweb.factorcode.org Git - factor.git/blob - basis/tools/continuations/continuations-docs.factor
factor: clean up whitespace in -docs files
[factor.git] / basis / tools / continuations / continuations-docs.factor
1 IN: tools.continuations
2 USING: help.markup help.syntax ;
3
4 HELP: break
5 { $description "A breakpoint. When this word is executed, the walker tool opens with execution suspended at the breakpoint's location." }
6 { $see-also "ui-walker" } ;