]> gitweb.factorcode.org Git - factor.git/commitdiff
talks.otug-talk: forgot a second $link.
authorJohn Benediktsson <mrjbq7@gmail.com>
Sun, 6 Oct 2019 10:41:10 +0000 (03:41 -0700)
committerJohn Benediktsson <mrjbq7@gmail.com>
Sun, 6 Oct 2019 10:41:10 +0000 (03:41 -0700)
extra/talks/otug-talk/otug-talk.factor

index 8bdde809c655e27292282c3c3e0b95492d20dcd9..bb18d724dee146630f78190ccd58adff3320df01 100644 (file)
@@ -59,7 +59,7 @@ CONSTANT: otug-slides
     }
     { $slide "Constructing quotations"
         { $code ": remove-comments* ( lines string -- lines' )" "    '[ _ head? ] reject ;" "" ": remove-comments ( lines -- lines' )" "    \"#\" remove-comments* ;" }
-        { { $link @ } " inserts a quotation" }
+        { { $link POSTPONE: @ } " inserts a quotation" }
         { $code ": replicate ( n quot -- seq )" "    '[ drop @ ] map ;" }
         { $code "10 [ 1 10 [a,b] random ] replicate ." }
     }