[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Some notes about Lua 4.0 alpha
- From: Roberto Ierusalimschy <roberto@...>
- Date: Fri, 16 Jun 2000 14:15:44 -0300
> 7) I think that the Lua 3.2 predefined _PROMPT variable was a good idea
> but in Lua 4.0 it is removed.
Only now we understood your point. Lua 3.2 predefines _PROMPT as "> ",
while Lua 4.0 does not predefine it (insteat it uses "> " when that
variable is not defined). But the functionality is still there, if you
set the variable with your own prompt.
-- Roberto