- if
- Switch
- for-in
- for
- while
- do-while
if
let A=90
let score=91
if score > A {
println( “you get grade, A”)
} else {
println(“don’t give up, Fight fight”)
}
In Remembrance of King Bhumibol Adulyadej
5 December 1927 – 13 October 2017
—
by
if
let A=90
let score=91
if score > A {
println( “you get grade, A”)
} else {
println(“don’t give up, Fight fight”)
}
Leave a Reply