Newbetuts
.
New posts in operators
What exactly does += do in Python?
python
operators
notation
shorthand
compound-assignment
The tilde operator in Python
python
operators
How does the bitwise complement operator (~ tilde) work?
operators
bitwise-operators
complement
proper name for python * operator?
python
operators
splat
What do all of Scala's symbolic operators mean?
scala
operators
Is there a "not equal" operator in Python?
python
operators
Difference between >>> and >>
java
syntax
operators
What does the question mark and the colon (?: ternary operator) mean in objective-c?
objective-c
c
syntax
operators
conditional-operator
What does the ^ operator do in Java?
java
operators
exponentiation
What is the difference between the dot (.) operator and -> in C++? [duplicate]
c++
operators
Is there a difference between x++ and ++x in java?
java
syntax
operators
increment
What is Ruby's double-colon `::`?
ruby
syntax
operators
What does question mark and dot operator ?. mean in C# 6.0?
c#
operators
c#-6.0
What is the JavaScript >>> operator and how do you use it?
javascript
operators
bit-shift
What's the difference between “mod” and “remainder”?
c
math
operators
Is there a conditional ternary operator in VB.NET?
vb.net
operators
conditional-operator
short-circuiting
'AND' vs '&&' as operator
php
operators
operator-precedence
Why are there no ++ and -- operators in Python?
python
operators
Why does this go into an infinite loop?
java
loops
operators
variable-assignment
increment
When is "i += x" different from "i = i + x" in Python?
python
operators
Prev
Next