CodeView (cv.hlp) (Table of Contents; Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software, purely for historical purposes. If you're looking for up-to-date documentation, particularly for programming, you should not rely on the information found here, as it will be woefully out of date.
Use Language (Summary)
 Notes                                     Up Contents Index Back
────────────────────────────────────────────────────────────────────────────
 
     Command: Use Language (USE)
 
     Syntax:  USE [C │ FORTRAN │ BASIC │ AUTO]
 
     Summary: Specifies the expression evaluator used for the program
              being debugged.
 
     Arguments:
 
     C        Selects the expression evaluator for the given language.
     BASIC
     MASM
     FORTRAN
 
     AUTO     Selects the appropriate expression evaluator based on the
              extension of the source file.
 
     (none)   If no argument is given, displays the currently selected
              expression evaluator.
 
     See: Options Menu: Language Command
                                    -♦-