You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

7 lines
70 B

6 years ago
  1. if (a) b; else c;
  2. if (a) {
  3. 1
  4. } else {
  5. 2
  6. }
  7. if (1) if(0) 1; else 2;