]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/colors/flex-hex/flex-hex.factor
core: cramp -> bound (was short)
[factor.git] / extra / colors / flex-hex / flex-hex.factor
index dce9b420fc11d287db2aa2769356b0cf3eece9a3..d75f3b2930336ef780862e17630a79607c2abdc4 100644 (file)
@@ -19,8 +19,8 @@ IN: colors.flex-hex
 
 : hex-rgb ( array -- array' )
     [
-        8 cramp tail*
-        2 cramp head
+        8 bound tail*
+        2 bound head
         2 CHAR: 0 pad-head
     ] map ;