Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Cannot extend a POU multiple times

Multiple EXTENDS keywords are not allowed

Erreneous code example:

FUNCTION_BLOCK foo EXTENDS bar EXTENDS baz
    // ...
END_FUNCTION_BLOCK