[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: tiny correction to manual: '^' token
- From: Richard Tucker <rtucker@...>
- Date: Wed, 27 Feb 2002 10:58:50 +0000
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?
(This actually led me to forget that lua had an exponentiation
operator for a while.)
Richard/