first line start a comment /*
This is an example for StripIt
if you run StripIt with the C - option you got a
blank file
This is a block comment
*/
This line stay untouched
// This is a line comment all after the `//' will be commented out
even this one
/* certainly you can not nest comments */  Not in a comment
also this as last line /* noo never bee seen */ but this again


