Difference between revisions of "Gambas/functions"
< Gambas
Jump to navigation
Jump to search
(String functions; language index) |
(file/dir and stream functions) |
||
(2 intermediate revisions by the same user not shown) | |||
Line 4: | Line 4: | ||
* {{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://gambaswiki.org/wiki/cat/intrinsic Intrinsic Functions]: all built-in (non-library) functions | ||
* [http://gambasdoc.org/help/cat/arith arithmetic functions] (old) | * [http://gambasdoc.org/help/cat/arith arithmetic functions] (old) | ||
* [http://gambasdoc.org/help/cat/bit bit manipulation] (old) | * [http://gambasdoc.org/help/cat/bit bit manipulation] (old) | ||
* [http://gambasdoc.org/help/cat/char character test functions] (old) | * [http://gambasdoc.org/help/cat/char character test functions] (old) | ||
+ | * [http://gambaswiki.org/wiki/cat/time Date & Time Functions] | ||
+ | * [http://gambaswiki.org/wiki/cat/file File & Directory Functions] | ||
+ | * [http://gambaswiki.org/wiki/cat/stream Stream & Input/Output functions] | ||
* [http://gambaswiki.org/wiki/cat/string String Functions] | * [http://gambaswiki.org/wiki/cat/string String Functions] |
Latest revision as of 20:43, 14 May 2015
Intrinsic functions are listed on the Language Index page.
Functions
Function Groups
- Intrinsic Functions: all built-in (non-library) functions
- arithmetic functions (old)
- bit manipulation (old)
- character test functions (old)
- Date & Time Functions
- File & Directory Functions
- Stream & Input/Output functions
- String Functions