threadStat#

Purpose#

Marks a single line of code to be executed as a thread.

Format#

threadStat statement;

Examples#

threadStat m = n*p;

See Format for an example of a fully-defined thread set.

See also

Functions Format, Format, Format