home *** CD-ROM | disk | FTP | other *** search
/ APDL Public Domain 1 / APDL_PD1A.iso / program / pascal_tut / important < prev    next >
Encoding:
Text File  |  1995-10-03  |  2.1 KB  |  55 lines

  1.  
  2. This Tutorial was written for the PC and so, of course, much of it is
  3. PC specific, which is true of almost all work published on the
  4. subject. However Pascal is supposed to be a 'portable' language and so
  5. although some of the example programs may not actually compile or run
  6. on the Archimedes, the basic language syntax is identical.
  7.  
  8. There is one major difference. The examples on this disc were intended
  9. to be used with Borlands 'Turbo Pascal'. For serious work on the PC
  10. there really isn't any alternative. (I wish someone at Acorn would
  11. take a look at Borlands compilers. They are about four times as good
  12. as theirs at about a quarter the price!). One special feature of Turbo
  13. Pascal is that it has support for strings, which is not present in
  14. standard Pascal. If you want to make your programs portable you will
  15. therfore need to be careful not to use the String functions.
  16.  
  17. Some of the files which are mentioned in the text for printing and
  18. displaying the text have been omited because they are not necessary on
  19. the Archimedes
  20.  
  21. One of the reasons that I included this disc in the A.P.D.L. library
  22. is because Acorn have just released their DDE Pascal compiler as PD.
  23. This means that anyone who has a DDE 'C' compiler can now find out how
  24. much nicer Pascal is for the price of a disc! 
  25.  
  26. The trouble is that there is no documentation with DDE Pascal.
  27.  
  28. If you don't actually have a Pascal compiler but want to try it out
  29. without paying the obscene price that Acorn ask for their DDE 'C'
  30. package then I can recommend the PC Shareware compiler Surpas Pascal
  31. on disk P206 which will run under the PC Emulator. 
  32.  
  33. You will also find some discs with various Library routines for Pascal
  34. in the PC section of the catalogue
  35.  
  36. The files in the 'Bin' directory are compiled example files which must
  37. of course be run on a PC or under the PC Emulator.
  38.  
  39. Please remember that this work is SHARWARE and don't forget to
  40. send some money if you find it useful.
  41.  
  42.  
  43.  
  44.  
  45.  
  46.                 David Holden  
  47.                 A.P.D.L.
  48.                 39 Knighton Park Road
  49.                 Sydenham
  50.                 London  SE26 5RN
  51.  
  52.                 081 778 2659
  53.  
  54.  
  55.