mardi 1 août 2017

Cannot print "no"?

I am very,VERY new to Lua so I got a little stuck studying it.

Why is it that I cannot print "no" here? What else should I add?

if (expression_1) then
    if (expression_2) then
      print("yes")
    end
  else
  if (expression_3) then
      print("no")
    end

Aucun commentaire:

Enregistrer un commentaire