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

5 lines
35 B
Bash
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
$ a=42
$ b=a
$ eval "echo \$$b"
42