Hello, I see no signs of this in neither the docs (manpages) nor the wiki: it seems that in variable definitions comments are only allowed as a line ending comment but not as a standalone one, contrary to the documentation: # this is allowed define meh = { 1.2.3.4, # this is allowed # this is a syntax error 5.6.7.8 } I believe this is acceptable but the documentation shall reflect that. g