I tried:
let test = 0 + (if true: 3
else: 4)
Runbut got the error: "Error: expression expected, but found 'keyword else'"
I tried:
let test = 0 + (if true: 3
else: 4)
Runbut got the error: "Error: expression expected, but found 'keyword else'"