🌟 Swift Syntax & Structure

Learn how Swift code is structured — from your first function call to understanding its syntax rules.

📝 Basic Swift Program Structure

Output will appear here...

📖 Key Syntax Rules

💡 Tip: Swift is type-safe — always assign values matching the expected type, unless using Any.