Changes between Version 22 and Version 23 of week4+

Show
Ignore:
Timestamp:
07/09/08 12:23:51 (5 years ago)
Author:
fbatard
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • week4+

    v22 v23  
    3737{{{ 
    3838Node { 
    39  Arraylist<exec> 
    40  Arraylist<if> 
     39 Arraylist<exec> executionList; 
     40 Arraylist<if> if; 
    4141} 
    4242 
    4343If { 
    4444Condition cond 
    45 Node if-ok 
    46 Node if-not-ok (else) 
     45Node if-ok; 
     46Node if-not-ok; (else) 
    4747} 
    4848}}}