1
0
Fork 0
This commit is contained in:
Frank Celler 2013-11-23 16:38:23 +01:00
parent 10592ea06b
commit 70ba4a8697
1 changed files with 2 additions and 2 deletions

View File

@ -26,9 +26,9 @@ function groups if required.
Examples:
RETURN myfunctions:myfunc()
RETURN myfunctions::myfunc()
RETURN myfunctions:math:random()
RETURN myfunctions::math::random()
Note: as all function names in AQL, user function names are also
case-insensitive.