qb45ener.hlp (Topic list)
A COMMON or DECLARE Statement Is Misplaced.
COMMON and DECLARE statements must appear before any
executable statements. All BASIC statements are executable
except the following:
  ■ COMMON
  ■ DEFtype
  ■ DIM (for static arrays)
  ■ OPTION BASE
  ■ REM
  ■ TYPE
  ■ All metacommands