noun
interpreter directive
Computing term for a directive processed by an interpreter, such as a shebang line or pragma. Rare outside technical documentation.
スクリプトの先頭に翻訳解釈実行プログラム指示文を記述する。
Write the interpreter directive at the beginning of the script.
Compound of 翻訳 (translation), 解釈 (interpretation), 実行 (execution), プログラム (program), 指示 (instruction), and 文 (sentence/statement). A literal description of its function.