Page 1 of 1

In the General Rules help section

Posted: Wed Jun 21, 2017 5:08 pm
by MrTAToad
There is :
Functions

All functions must be followed by a ( or else it will not be considered as a function, (even for null parameter functions).
Rather confusing, so this would be better :
Procedures

All Procedures must be followed by a () - left and right parenthesise (even for procedures with no parameters) - or else it will not be considered as one
There is also another mention of functions (rather than procedures) near the end of the page.