Content deleted Content added
m Bot: link syntax/spacing |
|||
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.
<source lang="java">
|