Alchemy Functions |
All functions are case-insensitive, however lowercase is recommended to differentiate functions (which return a value) from statements (which do not return values). Functions may be used within statements.
To create your own function, using C# syntax, see the CREATE FUNCTION statement.
Standard C-style comments are used: /* This is a comment */
Alchemy supports the following data types:
For more information see Alchemy Data Types.
Alchemy provides a number of statements used to manipulate GIS data into GBFS format.
For more information see Alchemy Statements.