RosettaCodeData/Task/Runtime-evaluation/UNIX-Shell/runtime-evaluation.sh
2015-02-20 00:35:01 -05:00

4 lines
35 B
Bash

$ a=42
$ b=a
$ eval "echo \$$b"
42