8 lines
61 B
Plaintext
8 lines
61 B
Plaintext
|
echo Unquoted: H${$+
|
||
|
}H
|
||
|
|
||
|
echo Quoted: "H${$+
|
||
|
}H"
|
||
|
|
||
|
echo Ok:$?
|