minity-script/minity

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

AgainPsychoX opened this issue · 0 comments

It's just obvious fact.

Example that does not work:

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