Changes between Version 2 and Version 3 of Ticket #5843, comment 3
- Timestamp:
- 2020-02-20T22:58:39Z (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #5843, comment 3
v2 v3 34 34 I guess this is an alias of another condition that has appeared inside a `pre()` call or something like that. This would be something minimal i could think of: 35 35 {{{ 36 when {c1, c2} then 37 b1 = pre(c1); 38 b2 = pre(c2); 36 when pre(c1) then 37 /* ... */ 39 38 end 40 39 }}} 41 ` c1` would be an alias of `$whencondition1`.40 `pre(c1)` would be an alias of `$whencondition1`.