Difference between revisions of "Gambas/functions"
< Gambas
Jump to navigation
Jump to search
(split off from "reference" subpage) |
(String functions; language index) |
||
Line 1: | Line 1: | ||
+ | Intrinsic functions are listed on the [http://gambaswiki.org/wiki/lang Language Index] page. | ||
==Functions== | ==Functions== | ||
* {{l/sub|Format}} | * {{l/sub|Format}} | ||
* {{l/sub|IsDigit}} (2.0; see [http://gambasdoc.org/help/lang/isdigit]) | * {{l/sub|IsDigit}} (2.0; see [http://gambasdoc.org/help/lang/isdigit]) | ||
==Function Groups== | ==Function Groups== | ||
− | * [http://gambasdoc.org/help/cat/arith arithmetic functions] | + | * [http://gambasdoc.org/help/cat/arith arithmetic functions] (old) |
− | * [http://gambasdoc.org/help/cat/bit bit manipulation] | + | * [http://gambasdoc.org/help/cat/bit bit manipulation] (old) |
− | * [http://gambasdoc.org/help/cat/char character test functions] | + | * [http://gambasdoc.org/help/cat/char character test functions] (old) |
+ | * [http://gambaswiki.org/wiki/cat/string String Functions] |
Revision as of 19:52, 14 May 2015
Intrinsic functions are listed on the Language Index page.
Functions
Function Groups
- arithmetic functions (old)
- bit manipulation (old)
- character test functions (old)
- String Functions