talks.otug-talk: forgot a second $link.

clean-macosx-x86-64
John Benediktsson 2019-10-06 03:41:10 -07:00
parent 85d7fc9d30
commit 840ecce776
1 changed files with 1 additions and 1 deletions

View 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 ." }
}