scopes-2.ion 139 B

1234567891011121314
  1. if test 1 == 1
  2. let x = 1
  3. fn print
  4. echo ${super::x}
  5. echo ${super::y}
  6. end
  7. if test 1 == 1
  8. let y = 2
  9. print
  10. end
  11. end