How-to-Learn-to-Code / rclass

Repository for the UNC-CH How to Learn to Code R Class
https://how-to-learn-to-code.github.io/rclass/
Other
2 stars 3 forks source link

Add repeat, break, and next to control statements #23

Closed daynefiler closed 6 years ago

daynefiler commented 6 years ago

I think we should add a brief section on writing switch statements. I use them often, and think people would benefit from a brief introduction.

daynefiler commented 6 years ago

I take this back. Switch isn't really a controls statement. Amending this issue to adding repeat, and discussion about next and break.