talks.tc-lisp-talk: fix $snippet "f"

factor-shell
Alexander Iljin 2017-10-05 22:28:49 +03:00
parent 867e9c2b49
commit 69f6844fea
1 changed files with 1 additions and 1 deletions

View File

@ -333,7 +333,7 @@ var price = (order == null ? null : order.price);" }
}
{ $slide "Macro example"
"Return the caaar of a sequence"
{ "Return " { $snippet f } " on failure" }
{ "Return " { $snippet "f" } " on failure" }
{ $code ": caaar ( seq/f -- x/f )
{
[ first ]