- This wiki is out of date, use the continuation of this wiki instead
 
Get point
From FenixWiki
(Difference between revisions)
												
			
Revision as of 13:19, 1 May 2007
Contents | 
Definition
INT Get_point ( <INT library> , )
Does something.
Here goes a more detailed story about the function.
Parameters
| INT example_int | - Something about this int. | 
| WORD example_word | - Something about this word. | 
| [STRING example_string] | - Something about this string. | 
Returns
INT : Some int.
Notes
Here are some notes, which explains some parts in more depth. Mostly not needed, in which case it can be left out.
Example
Program example;
Begin
    Loop
        frame;
    End
End
						
			
		