I have this legacy code that I am working with and there is code like this all over the place:
#If PRE611 = True Then \'Do Something #Else
It's a pre-processor directive.
It essentially means if PRE611 is defined as true (in the pre-processor) to compile whatever follows.
PRE611