This wiki is out of date, use the continuation of this wiki instead

Public

From FenixWiki

(Difference between revisions)
Jump to: navigation, search
Revision as of 00:25, 9 May 2007 (edit)
Sandman (Talk | contribs)

← Previous diff
Current revision (13:29, 24 July 2007) (edit) (undo)
Sandman (Talk | contribs)
m
 
Line 1: Line 1:
[[category:reserved]] [[category:reserved]]
[[category:language]] [[category:language]]
 +[[category:basic statement]]
 +
 +[[Basic statements|'''Up to Basic Statements''']]
 +----
 +
== Definition == == Definition ==

Current revision

Up to Basic Statements



[edit] Definition

Public
<public variables>;
[End]

Public is a reserved word used to initiate the declaration of public variables. Terminating the declaration block with an End is not necessary, but is possible.

[edit] Example

Process My_Process();
Public // Declare public variables here
Private
Begin
    Loop
        frame;
    End
End
Personal tools