programsatsen
Programsatsen is a term used in Swedish programming education to refer to a single instruction or clause in a computer program. The word is formed from program and sats, the Swedish word for a sentence or statement. In many contexts, a programsatsen is the smallest unit of executable code that can perform an action or influence the program’s control flow.
A programsatsen can be an assignment, a function or method call, or a control-flow construct. Statements are
Common types include assignment statements (for example, setting a variable to a value), expression statements (such
In semantics, the effect of a programsatsen may produce side effects such as variable updates or input/output
See also: programming language, syntax, semantics, control flow, compiler, interpreter.