ener.hlp (Topic list)
DEF FN not allowed in control statements
■ DEF FN function definitions are not permitted inside control
  constructs such as IF...END IF, SELECT...CASE, and so on.
 
■ Possible solution:
 
  • Move the DEF FN definition outside the control structure.
 
■ If you need additional help, move the cursor to a keyword
  and press F1 to open the Help window.