imperative language
English
Noun
imperative language (plural imperative languages)
- (computing) Any programming language that consists (mostly) of a series of commands, typically assigning values to objects; a procedural language.
x = 1;
y = 2;
z = x + y;
printf("%d\n", z);
Antonyms
- declarative language
Hypernyms
This article is issued from Wiktionary. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.