mirror of
https://github.com/lua/lua
synced 2026-09-26 16:17:11 +03:00
new operation '//' (integer division)
This commit is contained in:
parent
a80a2b5e56
commit
a2f5c28a80
14 changed files with 56 additions and 27 deletions
3
ltm.h
3
ltm.h
|
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
** $Id: ltm.h,v 2.13 2013/04/25 15:59:42 roberto Exp roberto $
|
||||
** $Id: ltm.h,v 2.14 2013/04/25 16:07:52 roberto Exp roberto $
|
||||
** Tag methods
|
||||
** See Copyright Notice in lua.h
|
||||
*/
|
||||
|
|
@ -26,6 +26,7 @@ typedef enum {
|
|||
TM_SUB,
|
||||
TM_MUL,
|
||||
TM_DIV,
|
||||
TM_IDIV,
|
||||
TM_MOD,
|
||||
TM_POW,
|
||||
TM_UNM,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue