Advertisement
Guest User

Untitled

a guest
Aug 15th, 2019
240
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Pascal 0.18 KB | None | 0 0
  1. begin
  2.   if ((a or b) and (c or d)
  3.      or (e and (f or g)
  4.      and h) or j or k)
  5.  
  6.   if True then
  7.   begin
  8.     DoA();
  9.     DoB();
  10.   end
  11.   else
  12.   begin
  13.     DoX();
  14.   end;
  15. end;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement