db.tuples: add 'inline' declaration to example in docs

db4
Slava Pestov 2009-09-26 02:26:07 -05:00
parent 8610fa5e48
commit 0be72153ff
1 changed files with 1 additions and 1 deletions

View File

@ -232,7 +232,7 @@ T{ book
"Now we've created a book. Let's save it to the database."
{ $code """USING: db db.sqlite fry io.files ;
: with-book-tutorial ( quot -- )
'[ "book-tutorial.db" temp-file <sqlite-db> _ with-db ] call ;
'[ "book-tutorial.db" temp-file <sqlite-db> _ with-db ] call ; inline
[
book recreate-table