diff options
Diffstat (limited to '')
-rw-r--r-- | testes/constructs.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testes/constructs.lua b/testes/constructs.lua index 6ac68166..94f670c7 100644 --- a/testes/constructs.lua +++ b/testes/constructs.lua | |||
@@ -1,5 +1,5 @@ | |||
1 | -- $Id: testes/constructs.lua $ | 1 | -- $Id: testes/constructs.lua $ |
2 | -- See Copyright Notice in file all.lua | 2 | -- See Copyright Notice in file lua.h |
3 | 3 | ||
4 | ;;print "testing syntax";; | 4 | ;;print "testing syntax";; |
5 | 5 | ||
@@ -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 |