]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/io/streams/counting/counting.factor
factor: add newlines to .factor files
[factor.git] / extra / io / streams / counting / counting.factor
index 592c761bb44412af58dd10197c98e09c57b1f6b8..a80ab5055f28926af4175e4fb01d896277f36204 100644 (file)
@@ -50,4 +50,5 @@ M:: counting-stream stream-contents* ( stream -- seq )
     seq ;
 
 : with-counting-stream ( stream quot -- in-count out-count )
-    [ <counting-stream> ] dip [ with-input-stream ] keepd [ in-count>> ] [ out-count>> ] bi ; inline
\ No newline at end of file
+    [ <counting-stream> ] dip [ with-input-stream ] keepd [ in-count>> ] [ out-count>> ] bi ; inline
+