Comments
Single and multi-line comments are also supported.
comments.cli
hello-world { // <- root toolchain, single line comment
sub child { /* This
Is
a
Child!
*/
}
}