If-else statements take the form:
if condition {
statement
} else {
statement
}
var hungry = true if hungry { println("let's eat!") } else { println("let's wait.") }
ソフトウェアエンジニアの技術ブログ:Software engineer tech blog
随机应变 ABCD: Always Be Coding and … : хороший