Swift is a programming language.
so, when we write code using programming languages, compilers translate it into a form that computer or iPhone can understand.
1️⃣ Modern Language
; at the end.2️⃣ Designed for Safety
var: A value that can change.let: A value that stays the same.nil).nil, mark it Optional with ?.3️⃣ Fast and Powerful
4️⃣ Playgrounds
If you need help, click the links below!
Apple Developer Documentation
Swift official site
Swift Programming LanguageGuide
Swift Programming Language Guide (korean)

1️⃣ Open Xcode.
2️⃣ Click File > New > Playground...
3️⃣ Choose Blank, then click Next.
4️⃣ Type the name of your project.
5️⃣ Click Create.
All done! 🎉 Now you can have fun coding!