answersLogoWhite

0

The languages are not case sensitive in most implementations. However, Fortran versions from F77 forward allow the use of lower-case letters in statements; the compiler simply translates them all to upper-case before processing.

Case sensitivity is a contentious item among programmers. Typing in mixed, INsensitive case is a lot more readable, but programming with case sensitivity can be a recipe for disaster. For example, it's a lot easier to read a name called SetOutputStage than SETOUTPUTSTAGE or setoutputstage. But if the compiler is case sensitive, all it takes is one fumblefingered letter to create 2 variables - e.g. SetOutputStage and SetOutputstage, which are virtually indistinguishable to the eye!

User Avatar

Wiki User

17y ago

What else can I help you with?

Related Questions

Put these programming languages you order from oldest to newest basic c plus plus cobol fortran?

From oldest to newest: FORTRAN, COBOL, BASIC, and C++


What is the early programming language?

fortran, algol, cobol, pl/i, for example


What is the order the languages first appeared?

Assembly language Fortran LISP COBOL ALGOL


What are the old high level languages?

Examples: Algol, Cobol, Fortran, PL/I, Basic


What are types of procedure languages?

Programming languages such as COBOL and FORTRAN are examples of procedure languages.


Fortran is a low level language?

FORTRAN is a third generation language.Note: I don't know what these generations are, but I'm quite sure that Fortran is one of the oldest high-level programming languages, as are Cobol and Algol.


What were the major programming languages throughout history?

fortran language,basic language,cobol language.


5 Examples of high level programming software?

COBOL, FORTRAN, BASIC, C and C++.


Which Programming languages came first between BASIC C COBOL AND Foltran?

Fortran (Foltran is a misspelling)


What are the three basic programming languages?

Machine Code, Assembler, & High Level (FORTRAN, COBOL, C).


What is the first successful high level programming language invented?

Fortran and Cobol are two old and successful languages.


What is the difference between COBOL and FORTRAN?

COBOL stands for Common Business Oriented Language and, as the name implies, is best applied in business and accounting type projects. FORTRAN is primarily for scientific/engineering/mathematical problems. The name comes from 'Formula Translator.' The FORTRAN that I worked with some 50 yrs ago in no way resembles the FORTRAN of today ... it evolves I've been told that 500 yrs from now, engineers will still be using something called FORTRAN though it had evolved even more through time.