mirror of
https://git.busybox.net/busybox
synced 2025-05-13 14:14:01 +02:00
3 lines
47 B
Text
Executable file
3 lines
47 B
Text
Executable file
unset a
|
|
echo $((3 + ${a:=$((4 + 5))}))
|
|
echo $a
|