minity
minity copied to clipboard
Feature request: Conditional statements (like in `if`) could use `or` operator
It's just obvious fact.
Example that does not work:
var $a = 1
var $b = 2
if $a > 0 or b > 0 {
//...