Statement
A command or instruction to be executed in an imperative program.
Related concepts: Control FlowConditionalLoop
Closest Wikipedia entry: Statement (computer science)
Misconceptions about Statement4 documented Misconceptions
Check YourselfMandatoryAssignment — JavaScript
An expression must be assigned to have a valid statementMapToBooleanWithIf — Java
To map a boolean expression to a boolean, an if statement is necessaryMapToBooleanWithIf — Python
To map a boolean expression to a bool, an if statement is necessaryReturnNoOutEdge — Java
In a control-flow graph, a return statement has no outgoing edge