Error C8011

Message

'end' : missing 'begin' at start of function

Description

The keyword begin is missing in a function declaration.

Troubleshooting Information

Insert the keyword begin before the first statement in the function. Local variable declarations should appear between the function header and the keyword begin. The function header itself should not be terminated with a semicolon.