2b576b8e76
function old new delta parse_stream 1920 2004 +84 done_word 715 752 +37 parse_and_run_stream 328 333 +5 builtin_exec 25 29 +4 pseudo_exec_argv 138 139 +1 run_list 2006 1999 -7 is_assignment 215 134 -81 ------------------------------------------------------------------------------ (add/remove: 0/0 grow/shrink: 5/2 up/down: 131/-88) Total: 43 bytes
5 lines
115 B
Plaintext
Executable File
5 lines
115 B
Plaintext
Executable File
# This must not be interpreted as an assignment
|
|
a''=b true
|
|
echo $?
|
|
# (buglet: $? should be 127. it is currently 1)
|