rcsid = "$Id: $"
print rcsid
cpM = ''; # A String variable
lenM = 0 # The length of the character array
''' No: this nesting of C-style comments will not work !!!
char* cpM;
int lenM;
# A pointer to the characters
# The length of the character array
'''