CMLR-570 — Variable definition misformed
The CML parser has found an incorrect atom in place of a variable name, after the SET/PARAM/FOR keyword.
The error can be caused by using a name longer than the maximum allowed (currently 31 bytes), or a name consisting of illegal characters (e.g.
'@' or a digit at the name beginning).
Check the configuration directive format according to cml(8) manual page or by hint of C3H.
The exact CML path to the configuration node where the error occurs (interactive case) or line and character number (file case) is printed at the beginning of the message (before the colon).