ifelse.al 68 B

1234567
  1. Void function main():
  2. Integer a
  3. if (True):
  4. a = 2
  5. else:
  6. a = 3