analyze/invalid-var-reference
This happens when (var ...) is malformed. It may have the wrong number of arguments. The argument may not be a symbol.
Mitigations
Use (var some-symbol) with exactly one symbol argument.
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
This happens when (var ...) is malformed. It may have the wrong number of arguments. The argument may not be a symbol.
Use (var some-symbol) with exactly one symbol argument.