supercollider
supercollider copied to clipboard
update switch and case in /HelpSource/Reference/Control-Structures.schelp
Purpose and Motivation
There are some wrong indentations in code snippets and missing explanations on .case
and .switch
/HelpSource/Reference/Control-Structures.schelp
.
This PR corrects the indentation and adds some explanations to help users (especially newbies) understand .case' and
.switch'.
Types of changes
- Documentation
To-do list
- [x] Code is tested
- [x] All tests are passing
- [x] Updated documentation
- [x] This PR is ready for review