Search in: Word
Vietnamese keyboard: Off
Virtual keyboard: Show
Computing (FOLDOC) dictionary
procedural language
Jump to user comments
language A term used in contrast to declarative language
to describe a language where the programmer specifies an
explicit sequences of steps to follow to produce a result.
The term should not be confused with "imperative language".
An example (non-imperative) procedural language is LOGO,
which specifies sequences of steps to perform but does not
have an internal state.