[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: tiny correction to manual: '^' token
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: Wed, 27 Feb 2002 08:49:53 -0300
Sorry about that. This has been fixed. See the manual for 4.1w4.
--lhf
>In the Lua 4.0 reference manual at
>http://www.tecgraf.puc-rio.br/lua/manual/manual.html
>section 4.1 (Lexical Conventions) says:
>
>>The following strings denote other tokens:
>> ~= <= >= < > == = + - * /
>> ( ) { } [ ] ; , . .. ...
>
>Shouldn't the token ^ (for exponentiation) be added to this list?