๊ธฐ๋ณธ ์ฐ์ฐ์
-
๊ธฐ๋ณธ ์ฐ์ฐ์ ( Basic Operators )Swift 2022. 7. 16. 17:38
์๋ ํ์ธ์! Swift ๊ธฐ๋ณธ ์ฐ์ฐ์์ ๊ดํ์ฌ ๋ด์ฉ์ ์ ๋ฆฌํด๋ณด๋๋ก ํ๊ฒ ์ต๋๋ค! หโฐห ์ ๋ฆฌํ๋ฉด์ ๊ธฐ์กด์ ์๋ ๋ด์ฉ์ ๋ณต์ตํ๋ฉฐ ์๋กญ๊ฒ ์๊ฒ ๋ ๋ด์ฉ์ ๊ณต๋ถํฉ๋๋ค! ์์ง์ ๋ง์ด ๋ถ์กฑํ ์ ์์ผ๋ ํ๋ฆฐ ๋ด์ฉ์ด๋ ์คํ๊ฐ ์๋ค๋ฉด ๋๊ธ ๋ถํ๋๋ฆฝ๋๋ค! ๐์ฐธ๊ณ ๋ฌธ์ ๋ฐ ๋งํฌ Basic Operators — The Swift Programming Language (Swift 5.7) Basic Operators An operator is a special symbol or phrase that you use to check, change, or combine values. For example, the addition operator (+) adds two numbers, as in let i = 1 + 2, and th..