lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


It doesn't say "Lua variables are immutable", it says that strings are immutable like in Python, which is the case - there is no way to change the value of a string, you can only create new strings.

On 25.05.22 16:45, Duke Normandin wrote:
Lua noob here! Reading Lua primer at learnxinyminures.com to start
off with.
It says that Lua variables are immutable like in Python. However,
in the Lua REPL, I can change any value I set. Maybe I should be
reading a more recent tutorial? TIA ...
--
Duke
** Text only please. Bottom post works best for me **