mirror of
https://github.com/lua/lua
synced 2026-09-26 16:17:11 +03:00
new mod' (%') operator
This commit is contained in:
parent
2d5b923759
commit
7d57ea70bc
8 changed files with 48 additions and 23 deletions
3
ltm.h
3
ltm.h
|
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
** $Id: ltm.h,v 1.42 2003/12/01 18:22:56 roberto Exp roberto $
|
||||
** $Id: ltm.h,v 2.1 2003/12/10 12:13:36 roberto Exp roberto $
|
||||
** Tag methods
|
||||
** See Copyright Notice in lua.h
|
||||
*/
|
||||
|
|
@ -25,6 +25,7 @@ typedef enum {
|
|||
TM_SUB,
|
||||
TM_MUL,
|
||||
TM_DIV,
|
||||
TM_MOD,
|
||||
TM_POW,
|
||||
TM_UNM,
|
||||
TM_LT,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue