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(//)
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 begin with two forward-spashes(//)