factor/extra/ui/tools/walker/walker-docs.factor

11 lines
565 B
Factor
Raw Normal View History

2008-02-21 00:13:31 -05:00
IN: ui.tools.walker
USING: help.markup help.syntax ui.commands ui.operations
tools.walker ;
ARTICLE: "ui-walker" "UI walker"
"The walker single-steps through quotations. To use the walker, enter a piece of code in the listener's input area and press " { $operation walk } "."
$nl
"The walker can travel backwards through time, and restore stacks. This does not undo side effects and therefore can only be used reliably on referentially transparent code."
{ $command-map walker-gadget "toolbar" }
"Walkers are instances of " { $link walker-gadget } "." ;