Comments
Sydrogen supports single-line comments using //.
Example:
// This is a comment
Int I = 0;
Comments are ignored by the compiler.
Press ← or → to navigate between chapters
Press S or / to search in the book
Press ? to show this help
Press Esc to hide this help
Sydrogen supports single-line comments using //.
Example:
// This is a comment
Int I = 0;
Comments are ignored by the compiler.