[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

why `init` will invoke twice



In my spec:

```
Init ==
  /\ PrintT("init")
  /\ ...
  /\ ...
```

In the user ouput console, I will get two lines of "init". 
Why is this happening?