noun
imperative statement; unconditional statement
Computing term for a statement that is executed without any condition, such as an unconditional branch or command.
無条件文は、条件分岐なしで必ず実行される。
An unconditional statement is always executed without any conditional branching.
条件文 is a conditional statement, executed only when a condition is met, while 無条件文 is executed regardless of conditions.
Compound of 無条件 (unconditional) + 文 (statement). A technical term in computing.