scopes.ion 134 B

1234567891011121314
  1. if test 1 == 1
  2. let x = 5
  3. if test 1 == 1
  4. let x = 2
  5. let y = 3
  6. end
  7. echo $x
  8. echo $y
  9. echo Should not be printed
  10. end