3 lines
70 B
Text
3 lines
70 B
Text
/* error : types of then - else differ */
|
|
|
|
if (5>4) then 13 else " "
|
/* error : types of then - else differ */
|
|
|
|
if (5>4) then 13 else " "
|