document load_db

This commit is contained in:
Vitor Santos Costa 2012-12-14 19:38:09 +00:00
parent 2e6360738c
commit a1db3dba0b
1 changed files with 8 additions and 0 deletions

View File

@ -1703,6 +1703,14 @@ if they have not been loaded before, does nothing otherwise.
@var{F} must be a list containing the names of the files to load.
@item load_db(@var{+Files})
@findex load_db/1
@syindex load_db/1
@cnindex load_db/1
@noindent
Load a database of facts with equal structure. Useful when wanting to
read in a very compact way database tables.
@item make
@findex make/0
@snindex make/0