We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
v = 9 if v < 10{ put "v is less than 10" }else{ put "v is greater than 10" }
note that if else chains are not supported yet