Skorzystaj z wyszukiwarki lub indeksu alfabetycznego.
Przykłady: pci, /dev/null, functional unit, embedded system, pseudo-tty, nfs.
2 definitions found
From The Free On-line Dictionary of Computing (05 January 2017) [foldoc]:
Comma
COMputable MAthematics.
An ESPRIT project at KU Nijmegen.
(1994-11-30)
From The Free On-line Dictionary of Computing (05 January 2017) [foldoc]:
comma
,
"," ASCII character 44. Common names: ITU-T:
comma. Rare: ITU-T: cedilla; INTERCAL: tail.
In the C programming language, "," is an operator which
evaluates its first argument (which presumably has
side-effects) and then returns the value of its second
argument. This is useful in "for" statements and macros.
(1995-03-10)