noun
physical line (of code)
Computing term for a single line in source code, as opposed to a logical line. Often contrasted with 論理行 (logical line).
See also: 論理行
このプログラムは1000物理行を超えている。
This program exceeds 1000 physical lines.
物理行と論理行の違いを理解する必要がある。
You need to understand the difference between physical lines and logical lines.