FirstOperation
Standard Word: -
Variable: State.FirstOperation
Type: Boolean
State variables are all boolean type variables. That is, they only take the value “true” or “false”. Therefore, words are not formed from these variables. “State.FirstOperation” variable becomes “true” at the beginning of the first operation. It becomes “false” again at the beginning of the second operation.