threads. word now prints presentations

db4
Slava Pestov 2008-02-21 01:25:40 -06:00
parent 6e4ba7af14
commit 3ffe8f97e4
1 changed files with 2 additions and 3 deletions
extra/tools/threads

View File

@ -6,9 +6,8 @@ io io.styles sequences assocs namespaces sorting boxes ;
: thread. ( thread -- )
dup thread-id pprint-cell
dup thread-name pprint-cell
thread-state "running" or
[ write ] with-cell ;
dup thread-name over [ write-object ] with-cell
thread-state "running" or [ write ] with-cell ;
: threads. ( -- )
standard-table-style [