RosettaCodeData/Task/Runtime-evaluation/UNIX-Shell/runtime-evaluation.sh

5 lines
35 B
Bash
Raw Permalink Normal View History

2015-02-20 00:35:01 -05:00
$ a=42
$ b=a
$ eval "echo \$$b"
42