minity icon indicating copy to clipboard operation
minity copied to clipboard

Feature request: Conditional statements (like in `if`) could use `or` operator

Open AgainPsychoX opened this issue 3 years ago • 0 comments

It's just obvious fact.

Example that does not work:

var $a = 1
var $b = 2
if $a > 0 or b > 0 {
//...

AgainPsychoX avatar Dec 09 '21 23:12 AgainPsychoX