blokkkomentaar
Blokkkomentaar, or block comment, is a type of program commentary that spans multiple lines and is ignored by the compiler or interpreter. It is used to annotate code with explanations, notes, or to temporarily disable a section of code without removing it.
Delimiters for blokkkomentaar vary by language. The most common form in many programming languages is a pair
In practice, blokkkomentaar is useful for longer explanations that would be awkward in a single line, for
Common considerations include the fact that most languages do not support nesting of block comments; attempting