Skip to content

Comments

Comments is a messages for you and other developers.
Comments will NOT be compiled, config parser removes it right after reading source code.

Syntax

// Some text here

Examples

tpl-lang
// we can put the comment here.
int32 a = 5; // And here.

// You can do anything
// you want, compiler will not read it