[INTERPRETER]
* BUG: Add the Even() and Odd() routines to the information file. git-svn-id: svn://localhost/gambas/trunk@5468 867c0c6c-44f3-4631-809d-bfa615b0a4ec
This commit is contained in:
parent
52106f4f0b
commit
d5cc03fbdc
1 changed files with 3 additions and 0 deletions
|
@ -312,6 +312,9 @@ static GB_DESC NATIVE_GambasLanguage[] =
|
|||
GB_METHOD("Unquote", "s", NULL, "(String)s"),
|
||||
GB_METHOD("Unquote$", "s", NULL, "(String)s"),
|
||||
|
||||
GB_METHOD("Odd", "b", NULL, "(Value)i"),
|
||||
GB_METHOD("Even", "b", NULL, "(Value)i"),
|
||||
|
||||
GB_METHOD("IsNan", "b", NULL, "(Value)f"),
|
||||
GB_METHOD("IsInf", "i", NULL, "(Value)f"),
|
||||
|
||||
|
|
Loading…
Reference in a new issue