Question A
given a.b defined in terms of:
function(arg) print(arg) end
what would you expect the following to print?
a.b(a)
a:b()
Question B
What does the following code print, and why?
a = 2
b = 3
c = a-- * b++
print(a, b, c)
LuaTriviaAnswers
FindPage · RecentChanges · preferences
edit · history
Last edited December 8, 2007 3:04 pm GMT (diff)