So basically the existing:
var a = if 0 == 1: 1 else: 2
var b = if 0 == 0: 1 else: 2
Runwith a bit different syntax?
So basically the existing:
var a = if 0 == 1: 1 else: 2
var b = if 0 == 0: 1 else: 2
Runwith a bit different syntax?