Search results
- : (colon) (1)
Colon. Precisely what it does in a programming language depends on the specific language. Sometimes used in labels. - : (colon) (2)
Colon. Precisely what it does in a programming language depends on the specific language. Sometimes used in labels. - ; (semicolon)
Semicolon. Precisely what it does in a programming language depends on the specific language. - < (less than)
The symbol for less than. Also used in HTML tags. - <> (not equal to)
This means "not equal to". Used, for example, when comparing two variables. - = (equals) (1)
Tests for equality, for example, "if a=b then… ". In some languages, however, it assigns the value of one thing to another, for example, a=b gives a the value of b. - = (equals) (2)
Tests for equality, for example, "if a=b then …". In some languages, however, it assigns the value of one thing to another. - == (equals, equals)
In some languages, tests for equality, for example, if something is the same as something else, such as, a==b tests to see if a is the same as b, without assigning any value to a. - > (greater than)
The symbol for greater than. Also used in HTML tags. - @ (at)
A symbol commonly used in email addresses, but also used in some programming languages. - [ (opening square bracket)
Opening square bracket. Precisely what it does in a programming language depends on the specific language. Sometimes used in array elements. - \ (back slash)
Back slash. Precisely what it does in a programming language depends on the specific language. Sometimes used as an escape sequence in string literals. Also used to indicate different folder names within a file path. - ] (closing square bracket)
Closing square bracket. Precisely what it does in a programming language depends on the specific language. Sometimes used in array elements. - ^ (caret)
Caret. Precisely what it does in a programming language depends on the specific language. - _ (underscore)
Commonly used in file names which do not allow spaces, or where spaces are not seen as desirable. So, for example, the file name might be 'accounts_march.doc', rather than 'accounts march.doc'. It can also mean the same as underline. - { (Opening curly bracket)
Opening curly bracket. Precisely what it does in a programming language depends on the specific language. - | (pipe)
A pipe is found in certain operating systems and allows the user to send the output of one process to become the input of another process. - | (Vertical bar)
Vertical bar. Precisely what it does in a programming language depends on the specific language. - } (Closing curly bracket)
Closing curly bracket. Precisely what it does in a programming language depends on the specific language. - ~ (tilde)
Tilde. Precisely what it does in a programming language depends on the specific language. Can be used as a NOT operator.
- Jump:
- a -
- b -
- c -
- d -
- e -
- f -
- g -
- h -
- i -
- j -
- k -
- l -
- m -
- n -
- o -
- p -
- q -
- r -
- s -
- t -
- u -
- v -
- w -
- x -
- y -
- z -
- symbols