factor/basis/command-line/debugger/debugger.factor

7 lines
162 B
Factor
Raw Normal View History

2011-11-27 14:45:28 -05:00
USING: accessors debugger io kernel make math.parser
prettyprint command-line summary ;
IN: command-line.debugger
M: user-init-error error.
error>> error. ;