bmw-software-engineering/trlc

let expressions in checks

florianschanda opened this issue · 0 comments

We could support something like this:

checks T {
   let { fraction = a / b }
   1 <= fraction and fraction <= 10, warning "potato"
}