func4.tests 70 B

1234567
  1. func() {
  2. eval "echo \"\${val_${1}}\""
  3. }
  4. val_x=24
  5. (func x)
  6. echo Done