RECIPES function

Synopsis
This function returns a list of the recipe names in the project.
Variations
RECIPES()
Returns a list of the recipe names in the project.
Returns
Returned types: String array.
Examples
1.

The following example returns the name of first recipe.

ELEMENTAT(RECIPES(), 1)