2006-07-28 17:57:24 -04:00
|
|
|
USING: gadgets-panes hashtables help io kernel namespaces
|
2006-12-14 01:50:50 -05:00
|
|
|
prettyprint sequences errors threads words test ;
|
2006-06-06 15:54:07 -04:00
|
|
|
|
|
|
|
[
|
|
|
|
all-articles [
|
2006-11-14 18:10:18 -05:00
|
|
|
stdio get duplex-stream-out pane-stream-pane pane-clear
|
2006-06-06 15:54:07 -04:00
|
|
|
dup global [ . flush ] bind
|
|
|
|
[ dup help ] assert-depth drop
|
2006-07-28 00:58:44 -04:00
|
|
|
1 sleep
|
2006-06-06 15:54:07 -04:00
|
|
|
] each
|
|
|
|
] time
|