The joke is actually about FORTRAN, where variables don't have to be declared, and is implicitly declared as Integer if it's first letter is in the range I-N and otherwise implicitly declared as the type Real (usually 32-bit floating point). Thus the variable GOD will implicitly be of type real.
Pascal have the same type names, but does not allow implicit declarations.
Crinus|7 years ago
alephnil|7 years ago
Pascal have the same type names, but does not allow implicit declarations.