home *** CD-ROM | disk | FTP | other *** search
/ Gold Fish 3 / goldfish_volume_3.bin / files / dev / basic / ace_update / product-info < prev    next >
Fred Fish's Product-Info  |  1995-10-21  |  3KB  |  108 lines

  1. .name
  2. ACE
  3. .type
  4. Compiler
  5. .aminet-dir
  6. dev/basic
  7. .short
  8. Update (V2.35) of Amiga BASIC compiler
  9. .description
  10. ACE is a FreeWare Amiga BASIC compiler which, in conjunction with A68K
  11. and Blink produces standalone executables.
  12.  
  13. The language defines a large subset of AmigaBASIC but also has many
  14. features not found in the latter such as: turtle graphics, recursion,
  15. SUBs with return values, structures, arguments, include files, a
  16. better WAVE command which allows for large waveforms, external
  17. references, named constants and a variety of other commands and
  18. functions not found in AmigaBASIC.
  19.  
  20. New features in version 2.0 include: gadgets, three standard requester
  21. types, serial I/O and menus (with optional command-keys for menu
  22. items). New commands and functions for this version include EXIT FOR,
  23. PTAB, SPC, DEF FN, ON ERROR and ERR (these last two handle file and
  24. serial I/O at present). INPUT and PRINT can now be used transparently
  25. for all screen/window combinations.
  26.  
  27. All user-defined windows are now fully-configurable and may be used in
  28. conjunction with screens as per AmigaBASIC. Window close event
  29. trapping is also a new feature.
  30.  
  31. In addition to event trapping, ACE now supports WAITing for both menus
  32. and gadgets. Waiting is more operating-system-friendly than event
  33. trapping.
  34.  
  35. A simple graphical front-end (Integrated Development Environment) is
  36. also provided with the archive. This is written in ACE.
  37. .version
  38. 2.35
  39. .date
  40. 1995.03.12
  41. .author
  42. David Benn
  43. .requirements
  44. This archive is only an update, you will need the full 2.3 version
  45. release to make use of this.
  46. .reference
  47. FreshFish-Vol8-1:New/dev/lang/ACE/
  48. 2.3
  49. FreshFish-Vol8-1:Useful/dev/lang/ACE/
  50. 2.3
  51. FreshFish-Vol8-2:BBS/dev/ACE-2.3.lha
  52. 2.3
  53. GoldFish-Vol2-1:Files/dev/lang/ACE/
  54. 2.3
  55. GoldFish-Vol2-2/BBS/dev/ACE-2.3.lha
  56. 2.3
  57. AmigaLibDisk969:ACE/
  58. 2.0 
  59. FreshFish-Jul94:BBS/dev/ACE-2.0.lha
  60. 2.0 
  61. FreshFish-Jul94:Useful/dist/dev/lang/ACE/
  62. 2.0 
  63. FreshFish-Mar94:New/AmigaLibDisks/Disk969/ACE/
  64. 2.0 
  65. FreshFish-Mar94:Useful/dist/dev/lang/ACE/
  66. 2.0 
  67. FreshFish-May94:Useful/dist/dev/lang/ACE/
  68. 2.0 
  69. FreshFish-Sep94:BBS/dev/ACE-2.0.lha
  70. 2.0 
  71. FreshFish-Sep94:Useful/dist/dev/lang/ACE/
  72. 2.0 
  73. FrozenFish-Apr94:BBS/ALib/d9xx/d969/ACE.lha
  74. 2.0 
  75. FrozenFish-Apr94:BBS/Useful/dev/lang/ACE.lha
  76. 2.0 
  77. GoldFish1-Apr94:BBS/d9xx/d969/ACE.lha
  78. 2.0 
  79. GoldFish2-Apr94:d9xx/d969/ACE/
  80. 2.0
  81. .distribution
  82. Freeware
  83. .address
  84. 181 St John Street, Launceston
  85. Tasmania, Australia, 7250
  86. .email
  87. dbenn@leven.appcomp.utas.edu.au
  88. .docs
  89. Readme
  90. .described-by
  91. Dan Fish (daf@daffy.amigalib.com)
  92. .submittal
  93. Downloaded via ftp from wuarchive.wustl.edu.
  94. .execute
  95. set choice `RequestChoice "ACE_Update" "Please select an option" "View Readme 1" "View Readme 2" "Cancel"`
  96.  
  97. if $choice EQ "0"
  98.   quit 5
  99. endif
  100.  
  101. if $choice EQ "1"
  102.   MetaTool ace235.readme TEXT
  103. endif
  104.  
  105. if $choice EQ "2"
  106.   MetaTool ReadMe TEXT
  107. endif
  108.