]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/google-tech-talk/google-tech-talk.factor
Updating code to use CONSTANT: instead of : foo 123 ; inline
[factor.git] / extra / google-tech-talk / google-tech-talk.factor
index 9bd3c5854b536a44ebbf4db7d69ad2238026da7d..4d4e3b0507d51cec4f55073fedab901488c83da1 100644 (file)
@@ -8,7 +8,7 @@ help.topics math.functions compiler.tree.optimizer
 compiler.cfg.optimizer fry ;
 IN: google-tech-talk
 
-: google-slides
+CONSTANT: google-slides
 {
     { $slide "Factor!"
         { $url "http://factorcode.org" }
@@ -562,7 +562,7 @@ IN: google-tech-talk
         "Put your prejudices aside and give it a shot!"
     }
     { $slide "Questions?" }
-} ;
+}
 
 : google-talk ( -- ) google-slides slides-window ;