scopes-3.ion 131 B

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