]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/lcd/lcd.factor
core: Rename iota to <iota> so we can have TUPLE: iota ... ; instead of TUPLE: iota...
[factor.git] / extra / lcd / lcd.factor
index 0056df046c8e223961c95cd73d601ba1b3fb19e1..63699ae93d9dcb77f22620c20dad8c3202274699 100644 (file)
@@ -17,7 +17,7 @@ IN: lcd
     '[ _ lcd-digit ] { } map-as concat ;
 
 : lcd ( digit-str -- string )
-    4 iota [ lcd-row ] with map "\n" join ;
+    4 <iota> [ lcd-row ] with map "\n" join ;
 
 : <time-display> ( model -- gadget )
     [ timestamp>hms lcd ] <arrow> <label-control>