Control Flow

if/ "3" == "4" then:
    txt/ WTF?!
else:
    txt/ all green
end/ if
if/ "8" < "4" then: txt/ True ! else: Txt/ False !