That number happens to be `2^29`, so `reallyReally...
# announcements
k
That number happens to be
2^29
, so
reallyReallyLong == 2^58
and
reallyReallyReallyLong
should be
2^87
which doesn't fit in a Long and so it is truncated.