The parser seems to be allowing indented comments in v6.1x which doesn’t seem to jive with the manual that says they need to start at the beginning of a line.
http://wiki.mikrotik.com/wiki/Manual:Scripting#Comments
Is this something that we can count on being allowed? It looks a little nicer when comments are lined up with the source IMO.
This is what I’m seeing when testing on the command-line but it’s acting the same way while editing scripts:
[admin@MikroTik] /file> # hi
[admin@MikroTik] /file> # hi
[admin@MikroTik] /file> :put 1 # hi
expected end of command (line 1 column 8)