Home

News

International

Screen Shots

Documentation

Download

Build

License

Credits

Contact

SourceForge Project

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

Syntax

#(%context.abort)

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

This call will cause the context to immediately stop whatever it is executing and start over with %forever if it was specified (if it was not specified, the context will exit).