in reply to Re: What Is the Purpose of a Line with only Two Semi-Colons?
in thread What Is the Purpose of a Line with only Two Semi-Colons?
Agree, I double the semicolons normally in lisp and often the # in perl. Just in case I delete one of them by mistake.
It seems that this is not an obvious error in perl in any case, bad style maybe, but no harm
perl -Mdiagnostics -Mstrict -Mwarnings -e 'print "ok\n";;;;;;' ok
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^3: What Is the Purpose of a Line with only Two Semi-Colons? (LISP)
by LanX (Saint) on Aug 23, 2015 at 13:37 UTC |