db.tuples: add 'inline' declaration to example in docs
parent
8610fa5e48
commit
0be72153ff
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue