Tags: Programming Language.
In computer programming a free-form language is a programming language in which the positioning of characters on the page in program text is insignificant. Program text does not need to be placed in specific columns as on old punched card systems and frequently ends of lines are insignificant. Whitespace characters are used only to delimit tokens and have no other significance.Most free-form languages descend from ALGOL including C Pascal and Perl.