Arc Cross Reference

load-table

[procedure] load-table file (o eof)

(def load-table (file (o eof))
  (w/infile i file (read-table i eof)))