Search in: Word
Vietnamese keyboard: Off
Virtual keyboard: Show
Computing (FOLDOC) dictionary (also found in English - Vietnamese, English - English (Wordnet), French - Vietnamese)
primitive
Jump to user comments
programming A function, operator, or type which is
built into a programming language (or operating system),
either for speed of execution or because it would be
impossible to write it in the language. Primitives typically
include the arithmetic and logical operations (plus, minus,
and, or, etc.) and are implemented by a small number of
machine language instructions.