Conditionals
Branching on that condition.
if 10 > 2 then true else false
if null? then println("Is null") else println("Not null :)")Last updated
Branching on that condition.
if 10 > 2 then true else false
if null? then println("Is null") else println("Not null :)")Last updated