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