Swift Comments

Open a new playground once Xcode is installed.

select blank and click next.

Set the name of your new playground and click "create"

 

You will start with the standard template

 

 

single line comment 

// this is a single line comment

multilne comment

/* This is a multiline

comment

*/