, , , . , , :
( x + 4 ) * 3
, . . if { } , if, , . , ; - .
:
*
+ 3
x y
- x y .
, , :
( p && q ) { foo ; bar ; } else { baz ; }:
IfStatement:
Condition:
LogicalConjunction:
LeftOperand: p
RightOperand: q
TruePart:
BasicBlock:
Statement: foo
Statement: bar
FalsePart:
BasicBlock:
Statement: baz
, , , .
, , .