[Abcde-users] Missing Parenthesis

Roger rogerx.oss at gmail.com
Fri Jan 3 10:13:52 GMT 2014


Scanning over 70 double side pages of 2-UP print-out of abcde, think I've 
noticed a missing matching parenthesis on the very second to last line of code.

The matching parenthesis for this second to last line within VIM (ie. Using the 
'%' key), designates the matching parenthesis as the commented-out one on line 
#4272.

Something like the following is occurring:

$ echo "Hello World"; #(; )
$ echo $?
0

$ echo "Hello World"; #(;
$ echo $?
0

BUT, if you do:

$ echo "Hello World"; )
bash: syntax error near unexpected token `)'
2 :-(

(Me starts singing "All hell breaking loose...", and thinks this should also be 
commented out as it's apart of the previously commented-out section of code.)


--
Roger
http://rogerx.freeshell.org/



More information about the Abcde-users mailing list