Palavra-chave usada na estrutura "if-then-else" (significa "então...")
Usado com if.
if
if 2*2 == 4 then disp("It works") end n=round(10*rand(1,1)) select n case 0 then disp(0) case 1 then disp(1) else disp(n); end
then
then=1