Home

News

International

Screen Shots

Documentation

Download

Build

License

Credits

Contact

SourceForge Project

Tintware Documentation : Tint Programming Language : Tint Reference : System Primitives : tint.trace

Syntax

#(tint.trace,%object)
#(tint.trace,%object,%level)

%object is the name of an object. %level optionally specifies a trace level, which can be one of: none, name, short, long, or all. The old (or current) trace level is always returned.

Examples

#(tint.trace,tint)
none
#(tint.trace,tint,name)
none
#(tint.trace,tint,none)
name