temp-file is in io.files.temp nowadays
parent
9d47f5d80d
commit
eec0e5230b
|
@ -230,7 +230,7 @@ T{ book
|
|||
} book set
|
||||
""" }
|
||||
"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 -- )
|
||||
'[ "book-tutorial.db" temp-file <sqlite-db> _ with-db ] call ; inline
|
||||
|
||||
|
|
Loading…
Reference in New Issue