Changes between Initial Version and Version 1 of Ticket #6


Ignore:
Timestamp:
08/11/09 11:19:24 (17 years ago)
Author:
Stephen Siegel
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #6 – Description

    initial v1  
    55This 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.
    66
    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.
     7It 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.