mirror of
				https://gitlab.com/freepascal.org/fpc/source.git
				synced 2025-10-31 09:32:00 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			25 lines
		
	
	
		
			420 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			25 lines
		
	
	
		
			420 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| \begin{diagram}{Function calls}{functioncalls}
 | |
| \begin{mysyntdiag}
 | |
| \synt{function\ call}
 | |
| \( 
 | |
| \synt{function\ identifier} \\
 | |
| \synt{method\ designator} \\
 | |
| \synt{qualified\ method\ designator}\\
 | |
| \synt{variable\ reference}
 | |
| \)
 | |
| \[
 | |
| \synt{actual\ parameter\ list}
 | |
| \]
 | |
| \end{mysyntdiag}
 | |
| \begin{mysyntdiag}
 | |
| \synt{actual\ parameter\ list}
 | |
| \lit* ( 
 | |
| \[
 | |
| \<[b] 
 | |
| \synt{expression} \\ 
 | |
| \lit* , 
 | |
| \> 
 | |
| \]
 | |
| \lit* )
 | |
| \end{mysyntdiag}
 | |
| \end{diagram} | 
