Gregory Brown wrote:

> At least there is some reason behind this feature.  But is it being
> used in practice anywhere?
> 
> I've never seen it.

Maybe just a leftover from C ?

Jim

---------------
#include <stdio.h>

int main() {

     printf("this is a very "
             "long string "
             "so I'm cutting it up "
             "like so\n");
}