trlc icon indicating copy to clipboard operation
trlc copied to clipboard

let expressions in checks

Open florianschanda opened this issue 1 year ago • 0 comments

We could support something like this:

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

florianschanda avatar Jul 06 '23 07:07 florianschanda