conditional statement: if, elif, else, endif

This is the conditional statement that prints “YOU CHOOSE THETAO” when you select “thetao” as variable.
ex)
let var = “thetao” !var is the variable.
if `var eq “thetao”` then
say YOU CHOOSE THETAO
elif `var eq “wind”` then
say YOU CHOOSE wind??
else
say  YOU CHOOSE NOT THETAO
endif
So, Simple 🙂

Leave a comment

This site uses Akismet to reduce spam. Learn how your comment data is processed.