]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/base24/base24.factor
endian: replaces io.binary and io.binary.fast.
[factor.git] / extra / base24 / base24.factor
index 434866c01499274bd7106b4c7a42ef1fcc607710..902917226080b86db40ed140b58ee6726d761124 100644 (file)
@@ -1,8 +1,8 @@
 ! Copyright (C) 2020 John Benediktsson
 ! See http://factorcode.org/license.txt for BSD license
 
-USING: ascii assocs base64.private byte-arrays grouping
-io.binary kernel kernel.private literals math sequences ;
+USING: ascii assocs base64.private byte-arrays endian grouping
+kernel kernel.private literals math sequences ;
 
 IN: base24