Analyser/Is_List_Item_Continuation [ Functions ]

FUNCTION

Is it like the second line in something like:

     * this is a list item
       that continues 

SYNPOPSIS

INPUTS

RESULT

SOURCE

{
    int                 this_indent = Get_Indent( arg_line );

    return ( this_indent > indent );
}