Skip to content
Marcos A. Vasconcelos Junior edited this page Mar 26, 2015 · 1 revision

#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 ? }}}

Clone this wiki locally