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