When you say "doesn't work" what is the behavior you're seeing?On Saturday, October 9, 2021 at 10:25:14 PM UTC-4 fernande...@xxxxxxxxx wrote:I'm following Hillel Wayne's book car & traffic light example and found that doingeitherdo_something := TRUEorskip;end either;In PlusCal gets translated to:\/ /\ do_something' = TRUE\/ /\ TRUE/\ UNCHANGED do_somethingAnd replacing this with:do_something' = TRUE \/ UNCHANGED do_somethingDoesn't work.Why aren't those equivalent?