michael 8442c247b1 + Added Break and Continue hace 26 años
..
Makefile 8442c247b1 + Added Break and Continue hace 26 años
README 8442c247b1 + Added Break and Continue hace 26 años
bug1.pp 579b597283 Initial revision hace 28 años
ex1.pp 579b597283 Initial revision hace 28 años
ex10.pp 579b597283 Initial revision hace 28 años
ex11.pp 579b597283 Initial revision hace 28 años
ex12.pp 579b597283 Initial revision hace 28 años
ex13.pp 7a672107c7 * Comments by Luk Vandelaer hace 26 años
ex14.pp 579b597283 Initial revision hace 28 años
ex15.pp 579b597283 Initial revision hace 28 años
ex16.pp 579b597283 Initial revision hace 28 años
ex17.pp 579b597283 Initial revision hace 28 años
ex18.pp 579b597283 Initial revision hace 28 años
ex19.pp 579b597283 Initial revision hace 28 años
ex2.pp 579b597283 Initial revision hace 28 años
ex20.pp 579b597283 Initial revision hace 28 años
ex21.pp 579b597283 Initial revision hace 28 años
ex22.pp 579b597283 Initial revision hace 28 años
ex23.pp 7a672107c7 * Comments by Luk Vandelaer hace 26 años
ex24.pp 579b597283 Initial revision hace 28 años
ex25.pp 7a672107c7 * Comments by Luk Vandelaer hace 26 años
ex26.pp 579b597283 Initial revision hace 28 años
ex27.pp 579b597283 Initial revision hace 28 años
ex28.pp 579b597283 Initial revision hace 28 años
ex29.pp 579b597283 Initial revision hace 28 años
ex3.pp 579b597283 Initial revision hace 28 años
ex30.pp 579b597283 Initial revision hace 28 años
ex31.pp 579b597283 Initial revision hace 28 años
ex32.pp 579b597283 Initial revision hace 28 años
ex33.pp 579b597283 Initial revision hace 28 años
ex34.pp 579b597283 Initial revision hace 28 años
ex35.pp 579b597283 Initial revision hace 28 años
ex36.pp 579b597283 Initial revision hace 28 años
ex37.pp 579b597283 Initial revision hace 28 años
ex38.pp 579b597283 Initial revision hace 28 años
ex39.pp 579b597283 Initial revision hace 28 años
ex4.pp 579b597283 Initial revision hace 28 años
ex40.pp 579b597283 Initial revision hace 28 años
ex41.pp 579b597283 Initial revision hace 28 años
ex42.pp 579b597283 Initial revision hace 28 años
ex43.pp 579b597283 Initial revision hace 28 años
ex44.pp c38cbb1782 + Type of Ofs() changed to pointer hace 28 años
ex45.pp 8b404b158d Added High/liw/Ord/Pred/Succ hace 27 años
ex46.pp 579b597283 Initial revision hace 28 años
ex47.pp 579b597283 Initial revision hace 28 años
ex48.pp 579b597283 Initial revision hace 28 años
ex49.pp 579b597283 Initial revision hace 28 años
ex5.pp 579b597283 Initial revision hace 28 años
ex50.pp 579b597283 Initial revision hace 28 años
ex51.pp 579b597283 Initial revision hace 28 años
ex52.pp 579b597283 Initial revision hace 28 años
ex53.pp 579b597283 Initial revision hace 28 años
ex54.pp 579b597283 Initial revision hace 28 años
ex55.pp 579b597283 Initial revision hace 28 años
ex56.pp 579b597283 Initial revision hace 28 años
ex57.pp 579b597283 Initial revision hace 28 años
ex58.pp 579b597283 Initial revision hace 28 años
ex59.pp 579b597283 Initial revision hace 28 años
ex6.pp ba17acc6a8 + Example did not close open files hace 27 años
ex60.pp 579b597283 Initial revision hace 28 años
ex61.pp 579b597283 Initial revision hace 28 años
ex62.pp 579b597283 Initial revision hace 28 años
ex63.pp 579b597283 Initial revision hace 28 años
ex64.pp 579b597283 Initial revision hace 28 años
ex65.pp 579b597283 Initial revision hace 28 años
ex66.pp 579b597283 Initial revision hace 28 años
ex67.pp 579b597283 Initial revision hace 28 años
ex68.pp 579b597283 Initial revision hace 28 años
ex69.pp 579b597283 Initial revision hace 28 años
ex7.pp 579b597283 Initial revision hace 28 años
ex70.pp 579b597283 Initial revision hace 28 años
ex71.pp 579b597283 Initial revision hace 28 años
ex72.pp 579b597283 Initial revision hace 28 años
ex73.pp 579b597283 Initial revision hace 28 años
ex74.pp 579b597283 Initial revision hace 28 años
ex75.pp 579b597283 Initial revision hace 28 años
ex76.pp 579b597283 Initial revision hace 28 años
ex77.pp 579b597283 Initial revision hace 28 años
ex78.pp be96507b3e + Added Power() function example in ex78. hace 28 años
ex79.pp 90f65781c2 Final changes before release hace 27 años
ex8.pp 579b597283 Initial revision hace 28 años
ex80.pp 8b404b158d Added High/liw/Ord/Pred/Succ hace 27 años
ex81.pp 532fb94282 + Added examples 81 and 82 hace 27 años
ex82.pp 532fb94282 + Added examples 81 and 82 hace 27 años
ex83.pp 314127b513 + Added example 83 for assigned function hace 27 años
ex84.pp 150ba339ac Added library example hace 27 años
ex85.pp 9357ff02bf added setlength example hace 26 años
ex86.pp 8442c247b1 + Added Break and Continue hace 26 años
ex87.pp 8442c247b1 + Added Break and Continue hace 26 años
ex9.pp 579b597283 Initial revision hace 28 años
foot.tex 071ce784ef + New version for release hace 28 años
head.tex 071ce784ef + New version for release hace 28 años
make1tex 579b597283 Initial revision hace 28 años
newex 579b597283 Initial revision hace 28 años
pp2tex.bat 579b597283 Initial revision hace 28 años
template.pp 579b597283 Initial revision hace 28 años

README

These are the example programs that appear in the FPC documentation.

Reference guide :

ex1.pp contains an example of the Abs function.
ex2.pp contains an example of the Addr function.
ex3.pp contains an example of the Append function.
ex4.pp contains an example of the ArcTan function.
ex5.pp contains an example of the Assign function.
ex6.pp contains an example of the BlockRead and BlockWrite functions.
ex7.pp contains an example of the ChDir function.
ex8.pp contains an example of the Chr function.
ex9.pp contains an example of the Close function.
ex10.pp contains an example of the Concat function.
ex11.pp contains an example of the Copy function.
ex12.pp contains an example of the Cos function.
ex13.pp contains an example of the CSeg function.
ex14.pp contains an example of the Dec function.
ex15.pp contains an example of the Delete function.
ex16.pp contains an example of the Dispose and New functions.
ex17.pp contains an example of the DSeg function.
ex18.pp contains an example of the Eof function.
ex19.pp contains an example of the Eoln function.
ex20.pp contains an example of the Erase function.
ex21.pp contains an example of the Exit function.
ex22.pp contains an example of the Exp function.
ex23.pp contains an example of the FilePos function.
ex24.pp contains an example of the FileSize function.
ex25.pp contains an example of the FillChar function.
ex26.pp contains an example of the Flush function.
ex27.pp contains an example of the Frac function.
ex28.pp contains an example of the FreeMem and GetMem functions.
ex29.pp contains an example of the GetDir function.
ex30.pp contains an example of the Halt function.
ex31.pp contains an example of the Hi function.
ex32.pp contains an example of the Inc function.
ex33.pp contains an example of the Insert function.
ex34.pp contains an example of the Int function.
ex35.pp contains an example of the IOResult function.
ex36.pp contains an example of the Length function.
ex37.pp contains an example of the Ln function.
ex38.pp contains an example of the Lo function.
ex39.pp contains an example of the Mark and Release functions.
ex40.pp contains an example of the MaxAvail function.
ex41.pp contains an example of the MemAvail function.
ex41.pp contains an example of the MemAvail function.
ex42.pp contains an example of the Move function.
ex43.pp contains an example of the Odd function.
ex44.pp contains an example of the Ofs function.
ex45.pp contains an example of the Ord, Pred and Succ functions.
ex46.pp contains an example of the ParamCount and ParamStr functions.
ex47.pp contains an example of the Pi function.
ex48.pp contains an example of the Pos function.
ex49.pp contains an example of the Random function.
ex50.pp contains an example of the Read(Ln) functions.
ex51.pp contains an example of the Reset function.
ex52.pp contains an example of the Rewrite function.
ex53.pp contains an example of the MkDir and RmDir functions.
ex54.pp contains an example of the Round function.
ex55.pp contains an example of the RunError function.
ex56.pp contains an example of the Seek function.
ex57.pp contains an example of the SeekEof function.
ex58.pp contains an example of the SeekEoln function.
ex59.pp contains an example of the Ptr function.
ex60.pp contains an example of the Seg function.
ex61.pp contains an example of the SetTextBuf function.
ex62.pp contains an example of the Sin function.
ex63.pp contains an example of the SizeOf function.
ex64.pp contains an example of the SPtr function.
ex65.pp contains an example of the Sqr function.
ex66.pp contains an example of the Sqrt function.
ex67.pp contains an example of the SSeg function.
ex68.pp contains an example of the Str function.
ex69.pp contains an example of the Swap function.
ex70.pp contains an example of the Trunc function.
ex71.pp contains an example of the Truncate function.
ex72.pp contains an example of the Upcase function.
ex73.pp contains an example of the Lowercase function.
ex74.pp contains an example of the Val function.
ex75.pp contains an example of the Write(ln) function.
ex76.pp contains an example of the FillWord function.
ex77.pp contains an example of the Rename function.
ex78.pp contains an example of the Power function.
ex79.pp contains an example of the SetJmp/LongJmp functions.
ex80.pp contains an example of the High/Low functions.
ex81.pp contains an example of the HexStr function.
ex82.pp contains an example of the BinStr function.
ex83.pp contains an example of the Assigned function.
ex84.pp contains an example of the Library keyword.
ex85.pp contains an example of the SetLength function.
ex86.pp contains an example of the Continue function.
ex87.pp contains an example of the Break function.