factor/basis/tools/continuations/continuations-docs.factor

6 lines
235 B
Factor
Raw Normal View History

2009-08-22 18:45:18 -04:00
IN: tools.continuations
USING: help.markup help.syntax ;
HELP: break
{ $description "A breakpoint. When this word is executed, the walker tool opens with execution suspended at the breakpoint's location." }
{ $see-also "ui-walker" } ;