Paste: fuel bug

Author: slava
Mode: factor
Date: Thu, 22 Jan 2009 23:02:58
Plain Text |
: each-morsel ( handler: ( data -- ) reader: ( -- data ) -- )
    [ dup ] compose swap [ drop ] while ; inline

: stream-copy ( in out -- )
    [
        [
        
        ]
    ] curry with-input-stream ;

New Annotation

Summary:
Author:
Mode:
Body: