data/method/busybox/busybox-1.36.0/shell/hush_test/hush-misc/func4.tests

8 lines
70 B
Plaintext
Raw Normal View History

2024-01-29 10:44:43 +08:00
func() {
eval "echo \"\${val_${1}}\""
}
val_x=24
(func x)
echo Done