This website requires JavaScript.
Explore
Help
Sign In
steve
/
factor
Watch
1
Star
0
Fork
You've already forked factor
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
adef6a2f04
factor
/
contrib
/
sqlite
/
load.factor
6 lines
100 B
Factor
Raw
Normal View
History
Unescape
Escape
New module system
2006-06-18 20:58:11 -04:00
USING:
alien
;
more I/O docs; added missing files from twb's patch
2006-01-19 03:03:32 -05:00
New module system
2006-06-18 20:58:11 -04:00
PROVIDE: sqlite
{
"sqlite.factor"
"tuple-db.factor"
}
{
"tuple-db-tests.factor"
}
;