6 lines
235 B
Factor
6 lines
235 B
Factor
|
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" } ;
|