~ubuntu-branches/ubuntu/dapper/fpc/dapper

« back to all changes in this revision

Viewing changes to docs/syntax/function.syn

  • Committer: Bazaar Package Importer
  • Author(s): Carlos Laviola
  • Date: 2001-08-29 23:15:17 UTC
  • Revision ID: james.westby@ubuntu.com-20010829231517-thxsp7ctuab584ia
Tags: upstream-1.0.4
ImportĀ upstreamĀ versionĀ 1.0.4

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
\begin{diagram}{Function declaration}{proceduredeclaration}
 
2
\begin{mysyntdiag}
 
3
\synt{function\ declaration}
 
4
\synt{function\ header} \lit* ;
 
5
\synt{subroutine\ block} \lit *;
 
6
\end{mysyntdiag}
 
7
\begin{mysyntdiag}
 
8
\synt{function\ header}
 
9
\lit*{function} 
 
10
\(
 
11
\synt{identifier}\\
 
12
\synt{qualified\ method\ identifier}
 
13
\)
 
14
\synt{formal\ parameter\ list}
 
15
\lit* : \synt{result\ type} 
 
16
\[ \synt{modifiers} \]
 
17
\end{mysyntdiag}
 
18
\begin{mysyntdiag}
 
19
\synt{subroutine\ block}
 
20
\(
 
21
\synt{block}\\
 
22
\synt{external\ directive}\\
 
23
\synt{asm\ block}\\
 
24
\lit*{forward}
 
25
\)
 
26
\end{mysyntdiag}
 
27
\end{diagram}
 
 
b'\\ No newline at end of file'