Home Swift Comment In Swift

Comment In Swift

by reevescode
554 views

In this tutorial , we will know how to comment code in Swift. As you know, comment are ignored by the Swift Compiler when your code is compiled. We have the following form:

Single-line Comment

Single-line Comment begin with two forward-spashes(//)

5/5 - (1 vote)

You may also like