Tintware Documentation : Tint Programming Language : Tint Reference : Contexts : context.abortSyntax#(%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). |