]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/otug-talk/otug-talk.factor
Updating code to use CONSTANT: instead of : foo 123 ; inline
[factor.git] / extra / otug-talk / otug-talk.factor
index b52749dbe1cdd5812f2d599aebe3b0bc06fe9118..ef5782dda731394c400ebec28c5d750e576d560b 100644 (file)
@@ -39,7 +39,7 @@ M: png-gadget ungraft* ( gadget -- )
 : $tetris ( element -- )
     drop [ <default-tetris> <tetris-gadget> gadget. ] ($block) ;
 
-: otug-slides
+CONSTANT: otug-slides
 {
     { $slide "Factor!"
         { $url "http://factorcode.org" }
@@ -361,7 +361,7 @@ var price = (order == null ? null : order.price);"> }
         "Factor has many cool things that I didn't talk about"
         "Questions?"
     }
-} ;
+}
 
 : otug-talk ( -- ) otug-slides slides-window ;