[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Print Statement with more than one comma in a row fails


I am not sure if it is a bug or a feature but if I put two commas in a row in a print statement, i get a syntax error.

But i seem to think that a comma is a tab, and in the past you could do:

print "a",,"b"

to get a double tab, Am I wrong in expecting the print statement to perform that correctly?

Same with

print "a";;"b"

which does include two spaced, but

print "a";;;"b"

is a syntax error

I think this worked at some point in the past...

--
~~~~ Brian

Attachment: OpenPGP_0x78BFB26402F48419.asc
Description: OpenPGP public key

Attachment: OpenPGP_signature.asc
Description: OpenPGP digital signature


Follow-Ups:
Re: Print Statement with more than one comma in a row failsLee <t.lee.davidson@xxxxxxxxx>