lua-users home
lua-l archive

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


Hi all!

Could anyone tell me how to write a function to create a string array  
(like the %w notation in ruby or Perl) ? (or redirect me to the right place in
the doc!)
 ex: f(a, b, c) would return {"a", "b", "c"}

Thanks 
Stephane