This setting is a function, but no function is encountered here. Example:
func MyFunc default = sin endfunc
The solution is to replace the incorrect value with a function. Make sure you include the parentheses () after the function.
func MyFunc default = sin() endfunc
See Also
Errors