Assembly Language Help (alang.hlp) (Table of Contents; Topic list)
Specify Default Language Type
                                             Up Contents Index Back
────────────────────────────────────────────────────────────────────────────
 
  Syntax:   OPTION LANGUAGE:langtype
 
  See also: PROC, PROTO, INVOKE, EXTERN, EXTERNDEF, PUBLIC, .MODEL,
            /G<x>
 
  Description:
 
     Specifies the default language type to be used with many
     directives. The most recent OPTION LANGUAGE: or .MODEL directive
     determines the current language type. The <langtype> parameter is
     any language type.
     See: Language Type
                                    -♦-