🔰statement
🚧 施工中
Swift ⟩ statement
Swift code consists of statements.
syntax features
kinds of statements
simple statement - consists of
an expression ⭐️ (evaluated to a value)
or a declaration ⭐️ (define new variable or type)
break, continue, fallthrough, throw, return 🚧
conditional compilation block (#if ... #endif) 🚧
line control statement (#sourceLocation) 🚧
compile-time diagnostic statement (#error, #warning) 🚧
other statements
do statement
defer statement 🚧
labeled statement 🚧
availability condition (#available, ...) 🚧
Last updated