Home

News

International

Screen Shots

Documentation

Download

Build

License

Credits

Contact

SourceForge Project

Tintware Documentation : Tint Programming Language : Tint Reference : Contexts : context.free

Syntax

#(%context.free)

%context is the name of a context, typically obtained from #(tint.context).

This call will cause the specified context to return and be deallocated. This is the only way to cause a thread (created using tint.thread) to exit.

Syntax

#(tint.context,,(#(#(tint.context).free)))