📝 Swift Functions

Functions are reusable blocks of code that perform specific tasks. In Swift, you define them with the func keyword.

📌 Basic Function Example

Output will appear here...

📖 Function Syntax Rules

💡 Tip: Use clear, descriptive function names so your code reads like natural language.