Tintware Documentation : Tint Programming Language : Tint Reference : Namespace Primitives : tint.loadSyntax#(tint.load,%filename) %filename specifies the name of the file to load objects from; it must have been created using tint.save. Example#(def?,foo.a,y,n) n #(tint.load,foo.tsl) #(def?,foo.a,y,n) y |