Hi all,
Say, I have a very long integer constant , how can
I split across lines ?
I tried something like
MODULUS = 756756756756756 756756756756756 7\
756750754654698 609486098609486 0\
234564698659869 586954849869898 9\
...
but it doesn't compile.
Is there another way to write a long numeric constant besides writing
it as a string and then converting to long? I also wouldn't like to put
it all on one very long line.
Thanks!
Say, I have a very long integer constant , how can
I split across lines ?
I tried something like
MODULUS = 756756756756756 756756756756756 7\
756750754654698 609486098609486 0\
234564698659869 586954849869898 9\
...
but it doesn't compile.
Is there another way to write a long numeric constant besides writing
it as a string and then converting to long? I also wouldn't like to put
it all on one very long line.
Thanks!
Comment