Swift Syntax
Every Swift program has rules for how statements are written and executed.
- Follow Swift syntax rules for statements and blocks
- Use comments to document code
- Run examples in the Try it editor
Example
let name = "Sturdee"
print(name)Try it Yourself
Run this SWIFT example in your local environment or course sandbox.