Conditional operator.
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
true ? IO.print("ok") : IO.print("no") // expect: ok
|
||||
false ? IO.print("no") : IO.print("ok") // expect: ok
|
||||
Reference in New Issue
Block a user