TestString$ = "TESTING" ;TestString$ = "NOT TESTING" Select TestString Case "TESTING: Print("testing") Case "NOT TESTING: Print("not testing") End Select WaitKey:End
Note the unterminated strings in the Case statements... this really shouldn't compile, should it?
Just a weird little thing i came across :)