-
-
Notifications
You must be signed in to change notification settings - Fork 9
Block Comments
IsaacShelton edited this page Mar 21, 2022
·
1 revision
Block comments begin with /*
and end with */
/*
This
is
a
block
comment
*/
Nested /* ... */
pairs are not allowed.
See comments for more information about comments