Feature request: Conditional statements (like in `if`) could use `or` operator
AgainPsychoX opened this issue · 0 comments
AgainPsychoX commented
It's just obvious fact.
Example that does not work:
var $a = 1
var $b = 2
if $a > 0 or b > 0 {
//...
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 {
//...