pardipbhatti8791
2/4/2016 - 12:08 PM

Print Variable in swift

Print Variable in swift

You can print the current value of a constant or variable with the print(_:separator:terminator:) function:

print(friendlyWelcome) // you can also put string direct in print function using ""