2 lines
47 B
Text
2 lines
47 B
Text
/* correct if */
|
|
if (10 > 20) then 30 else 40
|
/* correct if */
|
|
if (10 > 20) then 30 else 40
|