diff options
author | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2025-04-23 11:36:09 -0300 |
---|---|---|
committer | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2025-04-23 11:36:09 -0300 |
commit | 9b014d4bcd4ebadb523f1c1a1d38148d8526e5ed (patch) | |
tree | 50d7ec68ff36d2fa017b970b11985c6cce5861aa /testes/constructs.lua | |
parent | 50fd8d03c33bbe52ac5b34c4eb748197b349cedd (diff) | |
download | lua-9b014d4bcd4ebadb523f1c1a1d38148d8526e5ed.tar.gz lua-9b014d4bcd4ebadb523f1c1a1d38148d8526e5ed.tar.bz2 lua-9b014d4bcd4ebadb523f1c1a1d38148d8526e5ed.zip |
Details (typos in comments)
Diffstat (limited to 'testes/constructs.lua')
-rw-r--r-- | testes/constructs.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testes/constructs.lua b/testes/constructs.lua index 3f6d506f..94f670c7 100644 --- a/testes/constructs.lua +++ b/testes/constructs.lua | |||
@@ -60,7 +60,7 @@ assert((x>y) and x or y == 2); | |||
60 | 60 | ||
61 | assert(1234567890 == tonumber('1234567890') and 1234567890+1 == 1234567891) | 61 | assert(1234567890 == tonumber('1234567890') and 1234567890+1 == 1234567891) |
62 | 62 | ||
63 | do -- testing operators with diffent kinds of constants | 63 | do -- testing operators with different kinds of constants |
64 | -- operands to consider: | 64 | -- operands to consider: |
65 | -- * fit in register | 65 | -- * fit in register |
66 | -- * constant doesn't fit in register | 66 | -- * constant doesn't fit in register |