[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:
Benoît Minisini 2012-12-24 13:38:17 +00:00
parent 52106f4f0b
commit d5cc03fbdc

View file

@ -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"),