Changes between Version 1 and Version 2 of Ticket #5110, comment 8
- Timestamp:
- 2018-09-18T06:21:27Z (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #5110, comment 8
v1 v2 11 11 when Clock() then 12 12 x1 = if firstTick() then previous(x1) else previous(x1) + u; 13 x2 = if firstTick(u) then previous(x 1) else previous(x1) + u;13 x2 = if firstTick(u) then previous(x2) else previous(x2) + u; 14 14 end when; 15 15 end foo;