[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: The book
- From: Florian Berger <fberger@...>
- Date: Mon, 25 Oct 2004 11:26:10 +0300
Hi.
I think I found a small error in your Lua book. At end of page 162
(chapter 20) is following example:
print(string.format("pi = %.4f", PI)) --> pi = 3.1416
If think global "PI" is from Lua 4 and current one is "math.pi".
Best regards
floru