if a>b && b>c || c>d then write a; end
if a>b && b>c || c>d then
write a;
end