B word in syntax sets a breakpoint for convenience

db4
Slava Pestov 2008-04-29 21:03:53 -05:00
parent 9453ce2f30
commit fb08017eef
1 changed files with 5 additions and 0 deletions

View File

@ -259,3 +259,8 @@ SYMBOL: +stopped+
] 3curry
"Walker on " self thread-name append spawn
[ associate-thread ] keep ;
! For convenience
IN: syntax
: B break ;