dcl-get-line-type

dcl-get-line-type is a compiled Lisp function in `dcl-mode.el'.

(dcl-get-line-type)

Determine the type of the current line.
Returns one of the following symbols:
$ for a complete command line or the beginning of a command line.
- for a continuation line
$! for a comment line
data for a data line
empty-data for an empty line following a data line
empty-$ for an empty line following a command line