0 |
OFF |
Sets the specified constraint block to |
1 |
ON |
Sets the specified constraint block to |
EDITOR’S NOTE:
I updated this syntax box to match randcase in the
BNF in Annex A.
statement_item
::= //
from Annex A.6.4
...
| randsequence_statement
randsequence_statement ::= randsequence ( [ production_ identifier ] ) // from Annex A.6.12
production
{ production }
endsequence
EDITOR’S NOTE: Having the
production name “randsequence” be the same as the
keyword randsequence is confusing. Should the
production name be “randsequence_statement”, similar
to “randcase_statement”?
The repeat production
statement itself cannot be terminated prematurely. A break statement will terminate the entire
randsequence block (see Section 12.14.6 12.16.6).
EDITOR’S NOTE: What is the
correct cross reference for above?