🔰compiler control statement
🚧 施工中
Swift ⟩ concept ⟩ statement ⟩ compiler
allow the program to
- change aspects of the compiler’s behavior 
- and include a conditional compilation block 
- and a line control statement. 
- conditional compilation block (#if ... #endif) 🚧 
- line control statement (#sourceLocation) 🚧 
- compile-time diagnostic statement (#error, #warning) 🚧 
Last updated
Was this helpful?