Home

News

International

Screen Shots

Documentation

Download

Build

License

Credits

Contact

SourceForge Project

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

Syntax

#(tint.trace-output)
#(tint.trace-output,%output-stream)

%output-stream optionally specifies an output stream which can record tracing information. An output stream can be the name of a port. If tint.trace-output is called with no arguments, then tracing is not recorded.

Example

#(tint.trace-output,#(tint.console))

#(tint.trace-output)