of.step#

of.step *number_of_steps* <int>

(Mandatory Option) Assign the number of steps for the current run. The run will be terminated after the steps reach the assigned count, but the console will not be terminated until it meets of.finalize.

Note

Also see the alternative of the mandatory option of.solve


parameter:

number_of_steps: the number of steps program will run before termination.


Example:

of.step 30000