Arc Cross Reference

temloadall

[procedure] temloadall tem file

(def temloadall (tem file)
  (map (fn (pairs) (templatize tem pairs))       
       (w/infile in file (readall in))))