I have defined a function in the Function editor, saved it, then tried to compile, and I get a compile error:
FUNC void FooBar (void) { printf("foobar"); } ^ *** error 10, line 3: Syntax error *** Function creation aborted due to syntax errors
FUNC void FooBar (void) { printf("foobar"); }