fops.spad line 308 [edit on github]
undocumented
close! closes
the keyed access file.
keys(f)
gives the list of keys of f
.
open opens
the keyed access file.
read(f, key)
reads item with the key key
from f
.
remove!(f, key)
removes item with the key key
from f
.
write! writes
one item to the keyed access file.