]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/bootstrap/image/download/download.factor
Updating code to use CONSTANT: instead of : foo 123 ; inline
[factor.git] / basis / bootstrap / image / download / download.factor
index f9b7b56779a0d2243c7feae0abd0fd496ae5976c..5bfc5f7cccbbb1544069e35828defeb5f54b0a1a 100644 (file)
@@ -4,7 +4,7 @@ USING: http.client checksums checksums.md5 splitting assocs
 kernel io.files bootstrap.image sequences io urls ;
 IN: bootstrap.image.download
 
-: url URL" http://factorcode.org/images/latest/" ;
+CONSTANT: url URL" http://factorcode.org/images/latest/"
 
 : download-checksums ( -- alist )
     url "checksums.txt" >url derive-url http-get nip