What do semicolons do? Swift 5.1
You don’t need semicolons in Swift though if you want to put two statements on one line then do this:
let firstThing = “Hi”; print(firstThing)
Tag:Swift 5.1, Swift Tutorials