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

« back to all changes in this revision

Viewing changes to fpcdocs/syntax/procedur.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}{Procedure declaration}{proceduredeclaration}
 
2
\begin{mysyntdiag}
 
3
\synt{procedure\ declaration}
 
4
\synt{procedure\ header} \lit* ;
 
5
\synt{subroutine\ block} \lit *;
 
6
\end{mysyntdiag}
 
7
\begin{mysyntdiag}
 
8
\synt{procedure\ header}
 
9
\lit*{procedure} 
 
10
\begin{stack}
 
11
\synt{identifier}\\
 
12
\synt{qualified\ method\ identifier}
 
13
\end{stack}
 
14
\synt{formal\ parameter\ list}
 
15
\begin{stack}\\ \synt{modifiers} \end{stack}
 
16
\end{mysyntdiag}
 
17
\begin{mysyntdiag}
 
18
\synt{subroutine\ block}
 
19
\begin{stack}
 
20
\synt{block}\\
 
21
\synt{external\ directive}\\
 
22
\synt{asm\ block}\\
 
23
\lit*{forward}
 
24
\end{stack}
 
25
\end{mysyntdiag}
 
26
\end{diagram}