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

parse/invalid-shorthand-function-parameter

This happens when a % parameter inside #() is not one of the supported forms.

Mitigations

Use one of the supported forms: %, %&, %n where n is 1 or greater. % means %1. %& means all parameters as a sequence.