Difference between revisions of "Program"

From Lazarus wiki
Jump to navigationJump to search
m
Line 1: Line 1:
 
<small>'''english(en)|'''[[program/it|italiano(it)]]</small>
 
<small>'''english(en)|'''[[program/it|italiano(it)]]</small>
  
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|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.

Revision as of 15:47, 10 January 2007

english(en)|italiano(it)

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.