Home

News

International

Screen Shots

Documentation

Download

Build

License

Credits

Contact

SourceForge Project

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

Syntax

#(tint.type,%obj)

%obj is the object whose type will be returned.

Examples

#(tint.type,)
dict
#(tint.type,app)
dict
#(tint.type,app.arguments)
array
#(tint.type,tint.type)
primitive
#(tint.type,tint.foreach)
procedure
#(tint.type,app.major-version)
string