EGL (programming language): Difference between revisions

Content deleted Content added
FrescoBot (talk | contribs)
Line 16:
'''Program'''
 
An EGL Program part is a generatable logic part with one entry point. Each Program part contains a main() function, which represents the logic that runs at program start up. A program can include other functions and can access functions that are outside of the program. The function main() can invoke those other functions. ProgramsProgram functions are composed of a set of EGL statements, variables, and constants.
 
<source lang="java">