Comments - coldrockgames/doc-scriptor GitHub Wiki
In revision with of Scriptor’s design principle, each command must be a one-liner that begins with //
and ends with \n
:
// This is a correct comment (the only one!)
var x = 5 // This comment is NOT valid!
/*
You may not write comments like this
*/