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

5 lines
35 B
Bash

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