Merge branch 'for-slava' of git://gitorious.org/factor/factor
commit
257bf877e7
|
@ -230,7 +230,7 @@ T{ book
|
||||||
} book set
|
} book set
|
||||||
""" }
|
""" }
|
||||||
"Now we've created a book. Let's save it to the database."
|
"Now we've created a book. Let's save it to the database."
|
||||||
{ $code """USING: db db.sqlite fry io.files ;
|
{ $code """USING: db db.sqlite fry io.files.temp ;
|
||||||
: with-book-tutorial ( quot -- )
|
: with-book-tutorial ( quot -- )
|
||||||
'[ "book-tutorial.db" temp-file <sqlite-db> _ with-db ] call ; inline
|
'[ "book-tutorial.db" temp-file <sqlite-db> _ with-db ] call ; inline
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue