All mathematical operations (`+`, `-`, `*`, `/`, `...
# announcements
b
All mathematical operations (
+
,
-
,
*
,
/
,
and
,
or
, etc.) result in
Int
by default or
Long
if one operand is a
Long
.
k
And if you want to nitpick there's also
Float
and
Double
.
🤓 2
b
True, but not for bitwise operations :P