blob: 33b1663f3cd3bd01893191e055f9a0d771dd69df [file] [log] [blame]
func() {
eval "echo \"\${val_${1}}\""
}
val_x=24
(func x)
echo Done