ifelseplain.al 70 B

123456789
  1. Integer a
  2. if (True):
  3. a = 2
  4. else:
  5. if (False):
  6. a = 1
  7. else:
  8. a = 3