Post Reply 
How to use a forward function declaration in a program ?
12-21-2013, 09:54 PM
Post: #2
RE: How to use a forward function declaration in a program ?
First export isn't necessary, but "()" is needed otherwise is a variable.

Code:
Sub1();

EXPORT Main_prog
Begin

Sub1;

End;

Sub1
Begin

End;

My website: erwin.ried.cl
Visit this user's website Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: How to use a forward function declaration in a program ? - eried - 12-21-2013 09:54 PM



User(s) browsing this thread: 1 Guest(s)