Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |
31 |
Tags
- 렛츠톡 첫 화면
- Playground
- Generalizing a Funcetion
- 인앱 결제
- 컴터 연결
- 코린이
- allege
- Connect and Solve
- obliged
- Learning
- Swift
- coding
- Making Your Own Portals
- 구글이 좋아하는 강한 SEO 작성 방법
- collect the total
- 신세지다
- 2대 연결
- Grammarly
- feel torn
- BASIC
- 해당 비즈니스 및 사이트명을 포함할 수 있도록 페이지 텍스트를 편집하세요 - wix.com
- crank up and down
- Uniting Worlds
- progamming
- Polite
- SwiftUI
- 코딩
- Playgrounds
- 맥
- 기초
Archives
- Today
- Total
IT
day 2 - if statement. func 정의 본문
what I have learned until now
1) if statement.
if condition {
명령문
} else if condition {
명령문
}
2) boolean statement. : a condition like "true" or "false"
if statement 안에 차례로 명령문을 쓸 수 있다.
func 문법을 배우고 있습니다.
unless I would forget.
'Learn to Code' 카테고리의 다른 글
day 7 - type (0) | 2022.05.15 |
---|---|
day 6 - var [변수] vs let [상수] (0) | 2022.05.12 |
How-To : "이 애플 ID로 업데이트할 수 없음" 오류 메시지 대처법 (0) | 2022.05.06 |
day 3 - logical operator (0) | 2022.04.28 |
day 1 - 앱 만들기 swipe? swift! 전반적 생각 (0) | 2022.04.23 |
Comments