RosettaCodeData/Task/Runtime-evaluation/UNIX-Shell/runtime-evaluation.sh
2023-07-01 13:44:08 -04:00

4 lines
35 B
Bash

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