By default, integer constants are all int types, so
49627 10
It's int, not long integer.
Dragons.
To default to Long, you need to add l at the end.
therefore
0L is legal long integer data.