פקודת תנאי – הבדלי גרסאות

תוכן שנמחק תוכן שנוסף
אין תקציר עריכה
←‏תנאי מורחב / מקונן: clean up, replaced: <br /> }} ← }} (2) באמצעות AWB
שורה 23:
'''if''' (''condition-3'')<br />
'''then''' statments-3<br />
statments-2<br />
}}
 
שורה 31:
'''else''' '''if''' (''condition-2'') '''then''' statement2True<br />
'''else''' '''if''' (''condition-3'') '''then''' statement3True<br />
'''else''' statementAllFalse;<br />
}}