start

The start Statement

The start statement causes the thread specified in the statement to start running immediately. Using the standard NXT firmware this statement is implemented by the compiler using a set of compiler-generated subroutines. The enhanced NBC/NXC firmware implements this statement natively. The syntax of the start statement is shown below.

 start worker  // start the worker thread

Generated by  doxygen 1.6.2