23 the reason is simple
first lua
then lets go with phpCode:local a=1 local b=2 if a==b then print("yes") else print("no) end
and this is just one of the many examples why I like lua more then phpCode:a=1; b=2; if(a==b){ echo("yes"); }else{ print("no); }