We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
#summary All signs of comments allowed
=Comments=
All signs of comments allowed: {{{ -- Comment...
// Comment... \ Comment...
}}}
Only is possible comment a entire line: {{{ x = 1 ? // Comments... x += 1 ? }}}
This comment is not allowed: {{{ x = 1 ? // Comments... x += 1 ? }}}
There was an error while loading. Please reload this page.