| |
|
|
|
|
|
| |
The Comma Computer Programming
In computer programming, the comma corresponds to Unicode and ASCII character 44, or 0x002C.
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. In many other computer languages (including C), commas
are used to separate arguments to a function and to separate elements of a list.
Copyright © 2005-2012 The-Comma.com.
Permission is granted to copy, distribute and/or modify this document
under the terms of the GNU Free Documentation License, Version 1.2
or any later version published by the Free Software Foundation;
with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts.
A copy of the license is included in the section entitled “GNU
Free Documentation License”.
|
|
|
|
|
|
|
|
|
| |
©2005-2012 The-Comma.com. All Rights Reserved |
|