⫽
   HOME





⫽
The two /, slashes // may indicate: * a comment (computer programming), comment marker in several programming languages including C, C++, JavaScript and Java * the root directory path in Domain/OS * the operator for integer division, in Python 2.2+ and other programming languages * the empty pattern in Perl, which evaluates the last successfully matched regular expression * the Null coalescing operator#Perl, logical defined-or operator in Perl, called the null coalescing operator in other programming languages * the authority indicator in the URI scheme, which follows a colon (://) from the scheme component * the descendant-or-self axis specifier in XPath * a double vertical bar (, , ) where the vertical line character is unavailable for technical reasons * the parallel (operator), parallel operator stylized in pseudo-italics * a caesura in musical notation * a diaphoneme in linguistic transcription See also

* Slash (punctuation) * Backslash * /\ (other) * /r/ (disamb ...
[...More Info...]      
[...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]  


picture info

Comment (computer Programming)
In computer programming, a comment is text embedded in source code that a translator (compiler or interpreter (computing), interpreter) ignores. Generally, a comment is an annotation intended to make the code easier for a programmer to understand often explaining an aspect that is not readily apparent in the program (non-comment) code. For this article, ''comment'' refers to the same concept in a programming language, markup language, configuration file and any similar context. Some development tools, other than a source code translator, do parse comments to provide capabilities such as API documentation generator, document generation, static analysis, and version control integration. The comparison of programming languages (syntax)#Comments, syntax of comments varies by programming language yet there are repeating patterns in the syntax among languages as well as similar aspects related to comment content. The flexibility supported by comments allows for a wide degree of cont ...
[...More Info...]      
[...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]  



MORE