If < some condition>
then < some condition >
end if;
< some condition>
18.02 How to use nested if conditions
For example :
if level = 'Executive' then if pay >= 60000 then
dear-allowance := 0,50 --- assignment of percentage
else