factor/basis/bootstrap/bootstrap-error.factor

10 lines
171 B
Factor
Raw Normal View History

2008-12-08 15:58:00 -05:00
USING: continuations kernel io debugger vocabs words system namespaces ;
:c
:error
"listener" lookup-vocab
2008-12-08 15:58:00 -05:00
[ restarts. vocab-main execute ]
[ error get die ] if*
2008-12-08 15:58:00 -05:00
1 exit