Write a comment Swift 5.1
There are two ways to write comments.
The first is:
// this is my comment. place two backslashes in from of the line
The above doesn’t work for multiple lines though. It’s best to use:/* */
/*Then you can place a really long line of text
and use new lines as well and press
return as much as you want */
Tag:Swift 5.1, Swift Tutorials