factor/apps/benchmarks/help.factor

12 lines
303 B
Factor

USING: gadgets-panes hashtables help io kernel namespaces
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
1 sleep
] each
] time