]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/channels/examples/examples.factor
Delete empty unit tests files, remove 1- and 1+, reorder IN: lines in a lot of places...
[factor.git] / basis / channels / examples / examples.factor
old mode 100755 (executable)
new mode 100644 (file)
index 1e51fb0..99fa41c
@@ -7,7 +7,7 @@ locals sequences ;
 IN: channels.examples
 
 : (counter) ( channel n -- )
-    [ swap to ] 2keep 1+ (counter) ;
+    [ swap to ] 2keep 1 + (counter) ;
     
 : counter ( channel -- )
     2 (counter) ;