answersLogoWhite

0

History of hollerith code

User Avatar

Anonymous

12y ago
Updated: 8/17/2019

In the days even before Basic was a programming language, when Fortran was about the only high level language there was, strings were not expressed using quotation marks but, rather, using Hollerith code.

This consisted of a number, being the length of the string, the letter "H" and then the string itself. Thus, for example:

12HHELLO WORLD!

The number 12 takes into account the length of the text "HELLO WORLD!". It does not include the "H" that introduces the Hollerith code. Quotation marks were not used.

User Avatar

Wiki User

12y ago

What else can I help you with?

Related Questions