Home

News

International

Screen Shots

Documentation

Download

Build

License

Credits

Contact

SourceForge Project

Tintware Documentation : Tint Programming Language : Tint Reference : Namespace Primitives : tint.load

Syntax

#(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