~ubuntu-branches/debian/lenny/fpc/lenny

« back to all changes in this revision

Viewing changes to docs/refex/README

  • Committer: Bazaar Package Importer
  • Author(s): Mazen Neifer, Torsten Werner, Mazen Neifer
  • Date: 2008-05-17 17:12:11 UTC
  • mfrom: (3.1.9 intrepid)
  • Revision ID: james.westby@ubuntu.com-20080517171211-9qi33xhd9evfa0kg
Tags: 2.2.0-dfsg1-9
[ Torsten Werner ]
* Add Mazen Neifer to Uploaders field.

[ Mazen Neifer ]
* Moved FPC sources into a version dependent directory from /usr/share/fpcsrc
  to /usr/share/fpcsrc/${FPCVERSION}. This allow installing more than on FPC
  release.
* Fixed far call issue in compiler preventing building huge binearies.
  (closes: #477743)
* Updated building dependencies, recomennded and suggested packages.
* Moved fppkg to fp-utils as it is just a helper tool and is not required by
  compiler.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
These are the example programs that appear in the FPC documentation.
2
 
 
3
 
Reference guide :
4
 
 
5
 
ex1.pp contains an example of the Abs function.
6
 
ex2.pp contains an example of the Addr function.
7
 
ex3.pp contains an example of the Append function.
8
 
ex4.pp contains an example of the ArcTan function.
9
 
ex5.pp contains an example of the Assign function.
10
 
ex6.pp contains an example of the BlockRead and BlockWrite functions.
11
 
ex7.pp contains an example of the ChDir function.
12
 
ex8.pp contains an example of the Chr function.
13
 
ex9.pp contains an example of the Close function.
14
 
ex10.pp contains an example of the Concat function.
15
 
ex11.pp contains an example of the Copy function.
16
 
ex12.pp contains an example of the Cos function.
17
 
ex13.pp contains an example of the CSeg function.
18
 
ex14.pp contains an example of the Dec function.
19
 
ex15.pp contains an example of the Delete function.
20
 
ex16.pp contains an example of the Dispose and New functions.
21
 
ex17.pp contains an example of the DSeg function.
22
 
ex18.pp contains an example of the Eof function.
23
 
ex19.pp contains an example of the Eoln function.
24
 
ex20.pp contains an example of the Erase function.
25
 
ex21.pp contains an example of the Exit function.
26
 
ex22.pp contains an example of the Exp function.
27
 
ex23.pp contains an example of the FilePos function.
28
 
ex24.pp contains an example of the FileSize function.
29
 
ex25.pp contains an example of the FillChar function.
30
 
ex26.pp contains an example of the Flush function.
31
 
ex27.pp contains an example of the Frac function.
32
 
ex28.pp contains an example of the FreeMem and GetMem functions.
33
 
ex29.pp contains an example of the GetDir function.
34
 
ex30.pp contains an example of the Halt function.
35
 
ex31.pp contains an example of the Hi function.
36
 
ex32.pp contains an example of the Inc function.
37
 
ex33.pp contains an example of the Insert function.
38
 
ex34.pp contains an example of the Int function.
39
 
ex35.pp contains an example of the IOResult function.
40
 
ex36.pp contains an example of the Length function.
41
 
ex37.pp contains an example of the Ln function.
42
 
ex38.pp contains an example of the Lo function.
43
 
ex39.pp contains an example of the Mark and Release functions.
44
 
ex40.pp contains an example of the MaxAvail function.
45
 
ex41.pp contains an example of the MemAvail function.
46
 
ex41.pp contains an example of the MemAvail function.
47
 
ex42.pp contains an example of the Move function.
48
 
ex43.pp contains an example of the Odd function.
49
 
ex44.pp contains an example of the Ofs function.
50
 
ex45.pp contains an example of the Ord, Pred and Succ functions.
51
 
ex46.pp contains an example of the ParamCount and ParamStr functions.
52
 
ex47.pp contains an example of the Pi function.
53
 
ex48.pp contains an example of the Pos function.
54
 
ex49.pp contains an example of the Random function.
55
 
ex50.pp contains an example of the Read(Ln) functions.
56
 
ex51.pp contains an example of the Reset function.
57
 
ex52.pp contains an example of the Rewrite function.
58
 
ex53.pp contains an example of the MkDir and RmDir functions.
59
 
ex54.pp contains an example of the Round function.
60
 
ex55.pp contains an example of the RunError function.
61
 
ex56.pp contains an example of the Seek function.
62
 
ex57.pp contains an example of the SeekEof function.
63
 
ex58.pp contains an example of the SeekEoln function.
64
 
ex59.pp contains an example of the Ptr function.
65
 
ex60.pp contains an example of the Seg function.
66
 
ex61.pp contains an example of the SetTextBuf function.
67
 
ex62.pp contains an example of the Sin function.
68
 
ex63.pp contains an example of the SizeOf function.
69
 
ex64.pp contains an example of the SPtr function.
70
 
ex65.pp contains an example of the Sqr function.
71
 
ex66.pp contains an example of the Sqrt function.
72
 
ex67.pp contains an example of the SSeg function.
73
 
ex68.pp contains an example of the Str function.
74
 
ex69.pp contains an example of the Swap function.
75
 
ex70.pp contains an example of the Trunc function.
76
 
ex71.pp contains an example of the Truncate function.
77
 
ex72.pp contains an example of the Upcase function.
78
 
ex73.pp contains an example of the Lowercase function.
79
 
ex74.pp contains an example of the Val function.
80
 
ex75.pp contains an example of the Write(ln) function.
81
 
ex76.pp contains an example of the FillWord function.
82
 
ex77.pp contains an example of the Rename function.
83
 
ex78.pp contains an example of the Power function.
84
 
ex79.pp contains an example of the SetJmp/LongJmp functions.
85
 
ex80.pp contains an example of the High/Low functions.
86
 
ex81.pp contains an example of the HexStr function.
87
 
ex82.pp contains an example of the BinStr function.
88
 
ex83.pp contains an example of the Assigned function.
89
 
ex84.pp contains an example of the Library keyword.
90
 
ex85.pp contains an example of the SetLength function.
91
 
ex86.pp contains an example of the Continue function.
92
 
ex87.pp contains an example of the Break function.
93
 
ex88.pp contains an example of the AssignFile function.
94
 
ex89.pp contains an example of the FreeMem function.
95
 
ex90.pp contains an example of the GetResourceStringCurrentValue function.
96
 
ex91.pp contains an example of the GetResourceStringDefaultValue function.
97
 
ex92.pp contains an example of the GetResourceStringName function.
98
 
ex93.pp contains an example of the Hash function.
99
 
ex94.pp contains an example of the SetResourceStringValue function.
100
 
ex95.pp contains an example of the SetResourceStrings function.
101
 
ex96.pp contains an example of the Assigned function.
102
 
ex97.pp contains an example of the StringOfChar function.
103
 
ex98.pp contains an example of the exitproc function.
104
 
ex99.pp contains an example of the CompareByte function.
105
 
ex100.pp contains an example of the CompareChar function.
106
 
ex101.pp contains an example of the CompareDWord function.
107
 
ex102.pp contains an example of the CompareWord function.
108
 
ex103.pp contains an example of the FillByte function
109
 
ex104.pp contains an example of the FillDWord function
110
 
ex105.pp contains an example of the IndexByte function.
111
 
ex106.pp contains an example of the IndexWord function.
112
 
ex107.pp contains an example of the IndexDWord function.
113
 
ex108.pp contains an example of the IndexChar function.
114
 
ex109.pp contains an example of the MoveChar0 function.
115
 
ex110.pp contains an example of the Real2Double function.
116
 
ex111.pp contains an example of the include/exclude functions.
117
 
ex112.pp contains an example of the OctStr function.