compiler-directives (プリミティブ)
パッケージ: CURL.LANGUAGE.COMPILER

パッケージ、スクリプトまたはアプレットの既定のコンパイラ動作を定義します。

構文

"compiler-directives" はパッケージ、スクリプトまたはアプレット ディレクティブ内に示されなければなりません。これは with-compiler-directives と同じ構文とオプションを持ちますが、"do" 句と本体はありません。
{compiler-directives directive1 = value1 [, directive2 = value2]* }

{package MY-PACKAGE,
    {compiler-directives
        stringent? = true,
        allow-implicit-package-protection? = true
    }
}