Slick V3.3 manual Cobol

Models: V3.3

1 568
Download 568 pages 2.03 Kb
Page 320
Image 320

COBOL

if A = B

and C = D then null ;

end if ;

Additional indent for logical operator when followed by another line that begins with logical operator - Additional indent amount for a line broken on a logical operator that is followed by another line that also is broken on a logical operator that is different. This amount is in addition to the current indent level, and in addition to the Additional indent for logical operator setting.

For example, before beautify (Indent per level = 3; Additional indent for logical operator = 3; Addition- al indent for logical operator when followed by another line that begins with different logical operator = 3):

--Indent per level = 3

--Operator position = Beginning of next line

--Additional indent for logical operator = 3

--Additional indent for logical operator when

--followed by another line that begins with different logical operator

= 3

if A = B and then C = D or else E = F then null ;

end if ;

After beautify:

if A = B

and then C = D or else E = F then

null ; end if ;

Schemes Tab

To define a new scheme, set the various beautify options then click the Save Scheme button. User- defined schemes are stored in uformat.ini.

298

Page 320
Image 320
Slick V3.3 manual Cobol