Re: 4 function calculator in Lua
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: 4 function calculator in Lua
- From: Ziyao <ziyao@...>
- Date: 2023年1月21日 19:22:35 +0800
On 2023年01月20日 21:19, bil til wrote:
... but Lua is an interpreter language and has interpreter "on board".
Yes you are absolutely right and this could be done even more simply.
print(load(io.read("l")));
But what will you learn from the single line of code?
Learning Lua is the target :)
--
Ziyao