Difference between revisions of "Program"

From Free Pascal wiki
Jump to navigationJump to search
 
Line 1: Line 1:
 +
<little>'''english(en)|'''[[program/it|italiano(it)]]</little>
 +
 
A '''program''' is either an [[executable program]], that is, the complete and runnable [[application]], or it is that portion of a [[Pascal]] [[Source code]] [[file]] or files that can be compiled and is not declared to be a [[unit]].  This is sometimes referred to as the [[main]] program.
 
A '''program''' is either an [[executable program]], that is, the complete and runnable [[application]], or it is that portion of a [[Pascal]] [[Source code]] [[file]] or files that can be compiled and is not declared to be a [[unit]].  This is sometimes referred to as the [[main]] program.

Revision as of 16:30, 4 November 2006

<little>english(en)|italiano(it)</little>

A program is either an executable program, that is, the complete and runnable application, or it is that portion of a Pascal Source code file or files that can be compiled and is not declared to be a unit. This is sometimes referred to as the main program.