~ubuntu-branches/ubuntu/feisty/fpc/feisty

« back to all changes in this revision

Viewing changes to fpcdocs/syntax/fcall.syn

  • Committer: Bazaar Package Importer
  • Author(s): Torsten Werner
  • Date: 2007-01-27 20:08:50 UTC
  • mfrom: (1.2.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20070127200850-9mrptaqqjsx9nwa7
Tags: 2.0.4-5
* Fixed Build-Depends.
* Add myself to Uploaders in debian/control.
* Make sure that the sources are really patched before building them.
* Build unit 'libc' on powerpc too.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
\begin{diagram}{Function calls}{functioncalls}
 
2
\begin{mysyntdiag}
 
3
\synt{function\ call}
 
4
\begin{stack} 
 
5
\synt{function\ identifier} \\
 
6
\synt{method\ designator} \\
 
7
\synt{qualified\ method\ designator}\\
 
8
\synt{variable\ reference}
 
9
\end{stack}
 
10
\begin{stack}\\
 
11
\synt{actual\ parameter\ list}
 
12
\end{stack}
 
13
\end{mysyntdiag}
 
14
\begin{mysyntdiag}
 
15
\synt{actual\ parameter\ list}
 
16
\lit* ( 
 
17
\begin{stack}\\
 
18
\begin{rep}[b] 
 
19
\synt{expression} \\ 
 
20
\lit* , 
 
21
\end{rep} 
 
22
\end{stack}
 
23
\lit* )
 
24
\end{mysyntdiag}
 
25
\end{diagram}