riff icon indicating copy to clipboard operation
riff copied to clipboard

`unless` statements

Open darrylabbate opened this issue 2 years ago • 0 comments

I.e. inverse of if

unless <expr> {
    // Control transfers if expr is false
}

Note that Perl, for example, supports unless...elsif...else

darrylabbate avatar Nov 28 '22 07:11 darrylabbate