Changes between Version 12 and Version 13 of Challenge


Ignore:
Timestamp:
03/12/19 04:15:31 (7 years ago)
Author:
siegel
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Challenge

    v12 v13  
    8686 Returns an integer nondeterministically chosen from 0..n-1.
    8787
    88  `$choose { stmt1 stmt2 ... }`
     88 `$choose { stmt1 stmt2 ... }`::
    8989 Structural nondeterminism.  Chooses one of the enabled statements
    9090 nondeterministically.  The statements are often guarded using `$when`.