This example shows how you would set up
the headers for an ASM source file.

; File......: ISDESQ.ASM
; Author....: David Pearson
; BBS.......: The Dark Knight Returns
; Net/Node..: 050/069
; User Name.: Dave Pearson
; Date......: 23/03/93
; Revision..: 1.0
;
; This is an original work by Dave Pearson and is placed in the public
; domain.
;
; Modification history:
; ---------------------
;
; $DOC$
; $FUNCNAME$
; GT_IsDesq()
; $CATEGORY$
; Environment
; $ONELINER$
; Check if application is running under DesqView
; $SYNTAX$
; GT_IsDesq() --> lIsDesqView
; $ARGUMENTS$
; None
; $RETURNS$
; A Logical value.
; $DESCRIPTION$
; GT_IsDesq() can be used to see if your application is running
; under DesqView.
; $EXAMPLES$
; if GT_IsDesq()
; ? "Running under DesqView"
; endif
; $INCLUDE$
;
; $SEEALSO$
;
; $END$