Bruce, would you consider adding a way to break lines into multiple 
sublines in CL configuration files? Some examples that I care the most 
about:

[1]
LCmd1 = do(;;+
win.debug(\+
"hello world",hcl.exists))

Label = *info "long info labels";;+
"are so hard to read today "expr(;;+
datetime)

;if( "a very long expression" !=;;+
"inside an ;if directive" )

Thanks

Reply via email to