-
-
Notifications
You must be signed in to change notification settings - Fork 45
Open
Labels
good first issueGood for newcomersGood for newcomers
Description
The SuperCollider programming language uses C-style // single line comments and /* */ block comments, with the only possible wrinkle being that it allows block comment nesting, meaning the expression:
/* Outer block
/* Inner block */
*/
Is valid SuperCollider code. SuperCollider uses the .sc and .scd file extensions.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
good first issueGood for newcomersGood for newcomers