4 lines
47 B
Plaintext
4 lines
47 B
Plaintext
|
unset a
|
||
|
echo $((3 + ${a:=$((4 + 5))}))
|
||
|
echo $a
|