In Fortran, variables which start with letters from I to N, by default are allocated with type „integer”, and those which start with any other letter get the type „real”. The programmer could override the default allocation by declaring the type of the variable explicitly. That led to the following joke:
In Fortran, God is real (unless declared integer).