Why operators:
if, else, for, while, switch
calls as structure?
|
"<code><a cbot|if>if</a> </code>Choice structure\n" |
|
"<code><a cbot|if>else</a> </code>Alternative choice structure\n" |
|
"<code><a cbot|switch>switch</a> </code>Multiple choice structure\n" |
|
"<code><a cbot|switch>case</a> </code>One choice\n" |
|
"<code><a cbot|switch>default</a> </code>Default choice\n" |
|
"<code><a cbot|for>for</a> </code>Loop structure\n" |
|
"<code><a cbot|while>while</a> </code>Control structure\n" |
|
"<code><a cbot|do>do</a> </code>Control structure\n" |
And i thing "if" is compare operator. Choiсe operator is "switch"
Why operators:
if, else, for, while, switch
calls as structure?
colobot-data/help/generic/po/generic.pot
Lines 537 to 544 in 21a45c0
And i thing "if" is compare operator. Choiсe operator is "switch"