factor/apps/benchmarks/help.factor

12 lines
303 B
Factor
Raw Permalink Normal View History

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