Paste: The image refers to a library or symbol that was not found at load time

Author: metaperl
Mode: factor
Date: Mon, 1 Mar 2010 18:56:29
Plain Text |
USING: db db.sqlite fry io.files.temp ;

: with-book-tutorial ( quot -- )
     '[ "book-tutorial.db" temp-file <sqlite-db> _ with-db ] call ; inline

[
    book recreate-table
    book get insert-tuple
] with-book-tutorial

New Annotation

Summary:
Author:
Mode:
Body: