Add the ability to comment in the Object property of a GUI mode query

I would like to be able to comment this to remember what my rather cryptic code does.

Hey @bradlymathews!

You can actually do this by using /* ... */ to write an inline comment or by breaking the statement in the double-curlies into multiple lines!

2 Likes