Tintware Documentation : Tint Programming Language : Tint Reference : Contexts : context.foreverSyntax#(%context.forever) %context is the name of a context, typically obtained from #(tint.context). The value of %forever specified when the context was created will be returned. |