Comments

Comments may be inserted between any two lexemes.

A multi-line comment is a sequence of letters enclosed in curved brackets.

A single-line comment is a sequence of letters, located in one string, with the "//" structure at the beginning and a line end at the end. Comments do not affect the program code.

// single-line comment example

 

{

example

multi-line

comment

}

See also:

Fore Dictionary