[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: [PATCH] Expressions/variables within strings (aka no more '..')
- From: Gavin Wraith <gavin@...>
- Date: Mon, 23 Oct 2006 09:27:17 +0100
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/