Changes between Initial Version and Version 1 of Ticket #6
- Timestamp:
- 08/11/09 11:19:24 (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #6 – Description
initial v1 5 5 This is problematic because (a) that could be a lot of text, and (b) that is not the statement that gets executed when the noop transition is executed. 6 6 7 It would be better to label both transitions with the text " expr". When the statement is printed, it will automatically append "[true]" or "[false]". This is the same way it works for while loops.7 It would be better to label both transitions with the text "if (expr)". When the statement is printed, it will automatically append "[true]" or "[false]". This is the same way it works for while loops.
