Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

The "FUNCTION" keyword is not a string, it is a predefined macro that expands to the name of the current function as a string. Therefore, attempting to convert this macro to a string results in a syntax error. Instead, you can directly use the "FUNCTION" macro wherever a string is required, such as in a print statement or a log message.