Inspect Manual

Syntax Summary
Inspect Manual429164-006
B-25
C++ Expressions
C++ Expressions
expression: one of
primary
*expression
&expression
-expression
!expression
~expression
expression binary-op expression
primary: one of
data-location constant string ( expression )
binary-op: one of
* / % + - >>
<< < > <= >= ==
!= & ^ | && ||
Language-Dependent Parameters for COBOL
and SCREEN COBOL
COBOL 74 and SCOBOL Scope Paths
scope-path:
#program-unit
COBOL85 Scope Paths
scope-path:
#program-unit [ .program-unit ]...