Jyro provides conditional branching with if/elseif/else and switch statements, plus two script termination keywords: return (success) and fail (failure). All block structures are terminated with the end keyword.
if
elseif
else
switch
return
fail
end