talks.olug-talk: fix link to new syntax _.
parent
28f0f471d3
commit
85d7fc9d30
|
@ -54,7 +54,7 @@ CONSTANT: otug-slides
|
||||||
{ "Suppose we want a " { $snippet "remove-comments*" } " word" }
|
{ "Suppose we want a " { $snippet "remove-comments*" } " word" }
|
||||||
{ $code ": remove-comments* ( lines string -- lines' )" " [ ??? head? ] reject ;" }
|
{ $code ": remove-comments* ( lines string -- lines' )" " [ ??? head? ] reject ;" }
|
||||||
{ "We use " { $link POSTPONE: '[ } " instead of " { $link POSTPONE: [ } }
|
{ "We use " { $link POSTPONE: '[ } " instead of " { $link POSTPONE: [ } }
|
||||||
{ "Create “holes” with " { $link _ } }
|
{ "Create “holes” with " { $link POSTPONE: _ } }
|
||||||
"Holes filled in left to right when quotation pushed on the stack"
|
"Holes filled in left to right when quotation pushed on the stack"
|
||||||
}
|
}
|
||||||
{ $slide "Constructing quotations"
|
{ $slide "Constructing quotations"
|
||||||
|
|
Loading…
Reference in New Issue