Add aliases for durations and chaining relative time operations

0 votes
asked Jul 7 in Wanted features by VM
Which could be used in relative time referencing :

```
@startuml
@30 as :reservation_1_start
@30 as :reservation_duration
@:reservation_1_start+:reservation_duration as reservation1_end
@enduml
```

Also adding the possibility to chain operations in refferring to relative time :

```
@startuml
@30 as :reservation_1_start
@30 as :reservation_duration
@10 as :reservation_extra_time
@:reservation_1_start+:reservation_duration+:reservation_extra_time as reservation1_end_with_extra_time
@enduml
```

Your answer

Your name to display (optional):
Privacy: Your email address will only be used for sending these notifications.
Anti-spam verification:

[Antispam2 Feature: please please wait 1 or 2 minutes (this message will disappear) before pressing the button otherwise it will fail](--------)
To avoid this verification in future, please log in or register.
...