5 lines
115 B
Plaintext
5 lines
115 B
Plaintext
|
# This must not be interpreted as an assignment
|
||
|
a''=b true
|
||
|
echo $?
|
||
|
# (buglet: $? should be 127. it is currently 1)
|