lua-users home
lua-l archive

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


The second quirk:

b = 0
b = 66 +
  12
print(b)

A breakpoint is on the line 2 but it's not honored:
the script runs till the end.

--
Shmuel