|
|||||||||
|
|
|||||||||
| #2026 | Compile-time error | ||||||||
Keyword is in use.
Additional Information
Trying to define a function name that has already been used as a
keyword (for keyword "X").
or
Trying to define a variable name that has already been used as a
keyword (for keyword "X").
Explanation
Rename the function, or backquote all occurrences of the keyword.
| ---- |