home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD2.iso / Programming / Basic / MAXONB32.DMS / in.adf / docs.lha / Contents < prev    next >
Encoding:
Text File  |  1994-10-31  |  4.2 KB  |  134 lines

  1.                   User Manual
  2. MaxonBASIC 3 for the Amiga Computers
  3. By MAXON, HiSoft
  4. © Copyright 1994 MAXON Computer GmbH, HiSoft.
  5. All rights reserved.
  6.  
  7. Program: designed and programmed by HiSoft.
  8. Manual:  written by David Nutkins, Alex
  9. Kiernan and Tony Kendle.
  10.  
  11. This guide and the MaxonBASIC 3 program
  12. diskette contains proprietary information which
  13. is protected by copyright. No part of the
  14. software or the documentation may be
  15. reproduced, transcribed, stored in a retrieval
  16. system, translated into any language or
  17. transmitted in any form without express prior
  18. written consent of the publisher and copyright
  19. holder(s).
  20.  
  21. MAXON and HiSoft shall not be liable for errors
  22. contained in the software or the documentation
  23. or for incidental or consequential damages in
  24. connection with the furnishing, performance or
  25. use of the software or the documentation.
  26.  
  27. MAXON and HiSoft reserve the right to revise
  28. the software and/or the documentation from time
  29. to time and to make changes in the content
  30. thereof without the obligation to notify any
  31. person of such changes.
  32.  
  33.  
  34.  
  35.  
  36.  
  37. Contents
  38.                        
  39.  
  40. BASIC Tutorial                         
  41.   The Building Blocks of BASIC         
  42.   The Heart of a BASIC Program         
  43.   Passing Control Within a Program     
  44.   Choosing where to go                 
  45.   Sub-programs                         
  46.   Functions                            
  47.   More about Numbers & Text            
  48.   Closing Down                         
  49.   The Screen                           
  50.   Graphics                             
  51.   Talking to the Outside World         
  52.   Managing Files                      
  53.   Reading and Writing Disk Files      
  54.   Error Handling                      
  55.  
  56. Concepts                             
  57.   Character Set                        
  58.   Program lines and labels              
  59.   Data Types                            
  60.   Constants                             
  61.   Arrays                                
  62.   Operators                             
  63.   Sub-programs and User Defined Functions
  64.   Variable Parameters                   
  65.   Value Parameters                    
  66.   STATIC variables                    
  67.   SHARED variables                    
  68.   Recursion and Local variables       
  69.   User-Defined Functions               
  70.   Advanced Arrays                       
  71.   Limitations Imposed by the Compiler   
  72.  
  73. Debugger                             
  74.   Introduction                          
  75.   Debugging BASIC Programs              
  76.   Understanding the generated code      
  77.   MonAm Concepts                        
  78.   MonAm Overview                        
  79.   MonAm Reference                       
  80.   Breakpoints                           
  81.   Searching Memory                      
  82.   Miscellaneous                         
  83.   Command Summary                       
  84.   Bug Hunting                           
  85.   Exceptions                            
  86.   Restrictions                          
  87.  
  88. FDtoBMAP                             
  89.  
  90. Operating System Support             
  91.   The Amiga header files                
  92.   Libraries                             
  93.   Devices                               
  94.   Resources                             
  95.   Gadgets                               
  96.   Datatypes                             
  97.   BLib                                  
  98.   Other                                 
  99.   Obsolete names                        
  100.   C for BASIC programmers               
  101.  
  102. Appendix A Converting                   
  103.   Introduction                          
  104.   General Conversions                   
  105.   HiSoft BASIC 1                         
  106.   AmigaBASIC                            
  107.   De-tokenising                       
  108.   Old-Style Microsoft BASICs            
  109.   New-Style Microsoft BASICs            
  110.   HiSoft BASIC 2 on the Atari           
  111.   Writing for compatibility             
  112.  
  113. Appendix B Hints & Tips                
  114.  
  115. Appendix C Reserved Words           
  116.  
  117. Appendix D Compiler Options         
  118.  
  119. Appendix E Error Messages           
  120.   AmigaDOS Error Codes               
  121.   Runtime Errors                     
  122.   Compilation Errors                 
  123.  
  124. Appendix F Linking                  
  125.   Code Generation                    
  126.   The Heap and Descriptors           
  127.   Memory Formats                     
  128.   Linkable code                      
  129.  
  130. Appendix G New Features             
  131.  
  132. Appendix H Bibliography             
  133.  
  134.