Next == ...
\/ num = 3 /\ num'=2 /\ num''=1 /\ unlock'''
...
and the usual [] [Next]_{vars}. I would like for this to mean
[] (Next \/ (num'=num /\ unlock'=unlock) \/ (num''=num' /\ unlock''=unlock') \/ (num'''=num'' /\ unlock'''=unlock'')
but I don't know if there's a way to write this easily in TLA"
thanks!