๐ฐ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