Difference between revisions of "Program"

From Free Pascal wiki
Jump to navigationJump to search
Line 2: Line 2:
  
 
A '''program''' is either an [[Executable program|executable program]], that is, the complete and runnable [[Application|application]], or it is that portion of a [[Pascal]] [[Source code]] [[File|file]] or files that can be compiled and is not declared to be a [[Unit|unit]].  This is sometimes referred to as the [[main]] program.
 
A '''program''' is either an [[Executable program|executable program]], that is, the complete and runnable [[Application|application]], or it is that portion of a [[Pascal]] [[Source code]] [[File|file]] or files that can be compiled and is not declared to be a [[Unit|unit]].  This is sometimes referred to as the [[main]] program.
 +
 +
[[Category:Pascal]]

Revision as of 20:30, 27 April 2013

Deutsch (de) English (en) suomi (fi) français (fr) Bahasa Indonesia (id) italiano (it) português (pt) русский (ru)

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.