lua-users home
lua-l archive

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


In message <20061023020406.GA2030@hysteria.cz> you wrote:


> I'm not sure if this wasnt implemented before, but couldn't find it
> anywhere so here it is:
> 
> print("Hello from \$_LUA_VERSION\ ..")
> 
> equals to:
> 
> print("Hello from ".._LUA_VERSION.." ..")

What is the point, when string.format is available?

-- 
Gavin Wraith (gavin@wra1th.plus.com)
Home page: http://www.wra1th.plus.com/