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