Swift supports nested comments. Nested comments allow you to quickly
comment out large chunks of code that have code comments included in
the code. You can use the same code comment symbols /* and */ with
nested comments. For instance, let’s assume you have two sets of two
constants declared, each of which have their own comments. You could
write that as shown in Listing 4-3.