Re: printing

Jose M. Pereira (pereira@cocaina.inesc.pt)
Wed, 9 Feb 94 00:51:47 +0100

lance@markv.com writes:
> What I want to do is this...
>
> a = '1'
> b = '2'
>
> print a,
> print ',',
> print b
>
> and have it come out as:
>
> 1, 2
>
>
> not as:
>
> 1 , 2
>
> as it does now...

What's wrong with:

print a + ',', b

?

----------------------------------------------------------------------
Jose' Pereira

INESC (Inst. Eng. Sistemas e Computadores)
R. Alves Redol 9, 6. 1000 Lisboa, PORTUGAL.
Phone.: +351 1 3100223 Fax...: +351 1 525843
e-mail: jmp@inesc.pt PSI...: %(0268)004010314::inesc::jmp