Tcl.setResult

Set the result of the interpreter. This is sometimes used to set the result to an error if things go bad.

class Tcl
void
setResult
(
A...
)
(
string result
,)

Parameters

result string

The text to set as the result, including any format placeholders.

args A

variadic list of arguments to provide data for any format placeholders.

Meta