factor/apps/benchmarks/help.factor

12 lines
296 B
Factor
Raw Normal View History

USING: gadgets-panes hashtables help io kernel namespaces
prettyprint sequences test threads words ;
[
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