[Home] [By Thread] [By Date] [Recent Entries]
One curious question. I have some really long string. Is there any way I can
break it into multiple lines. For example with C++ I can write
a = "word1"
"word2"
which is equivalent as writing
a = "word1word2"
Thanks,
wai yip
|

Cart



