lua-users home
lua-l archive

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


How come this works:
	print "Hello World"
But this doesn't:
	print 5
?

What's wrong with saying that all function invocations must use the
parenthetical arg list syntax?

Thx,

Curt