[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Table dot number?
- From: Gavin Wraith <gavin@...>
- Date: Tue, 01 Nov 2011 09:20:24 GMT
In message <[email protected]> you wrote:
> > there's no technical reason why lua couldn't permit ?, !, ???, and so forth.
>
> And it's pretty easy to do in Lua 5.2: just copy and edit lctype.c and
> add it to your project.
RiscLua uses ?,!,$ in a way that is intended to keep BBC BASIC users
happy. They are empty tables with metamethods, so that ?[adr],![adr],$[adr]
correspond in usage to BBC BASIC's ?adr,!adr,$adr.
--
Gavin Wraith ([email protected])
Home page: http://www.wra1th.plus.com/