B word in syntax sets a breakpoint for convenience
parent
9453ce2f30
commit
fb08017eef
|
@ -259,3 +259,8 @@ SYMBOL: +stopped+
|
||||||
] 3curry
|
] 3curry
|
||||||
"Walker on " self thread-name append spawn
|
"Walker on " self thread-name append spawn
|
||||||
[ associate-thread ] keep ;
|
[ associate-thread ] keep ;
|
||||||
|
|
||||||
|
! For convenience
|
||||||
|
IN: syntax
|
||||||
|
|
||||||
|
: B break ;
|
||||||
|
|
Loading…
Reference in New Issue