2006-06-06 15:54:07 -04:00
|
|
|
USING: gadgets-panes help io kernel namespaces prettyprint
|
|
|
|
|
sequences test threads words ;
|
|
|
|
|
|
|
|
|
|
[
|
|
|
|
|
all-articles [
|
2006-06-15 01:21:16 -04:00
|
|
|
stdio get pane-clear
|
2006-06-06 15:54:07 -04:00
|
|
|
dup global [ . flush ] bind
|
|
|
|
|
[ dup help ] assert-depth drop
|
2006-06-15 01:21:16 -04:00
|
|
|
yield
|
2006-06-06 15:54:07 -04:00
|
|
|
] each
|
|
|
|
|
] time
|