lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


On Wed, Apr 30, 2014 at 04:56:54PM +0300, Volodymyr Bezobiuk wrote:
> Heh yeah, but Basic's END has no __syntactic__ significance, by the way. Am
> i wrong?

IF foo% = 1 THEN
  ...
END IF

Without the END, how would it know you weren't having a nested IF
clause?

B.