Home

News

International

Screen Shots

Documentation

Download

Build

License

Credits

Contact

SourceForge Project

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

Syntax

#(tint.save,%filename,%obj,...)

%filename specifies the name of the file where all of the objects will be saved. %obj is the name of an object to be saved. ... indicates that you can specify as many objects as you want to save to the file.

Example

#(dict,foo,a,1,b,2,c,3)

#(tint.save,foo.tsl,foo)