in reply to an odd if then statement
if ("word1" == "word2") { print "this is always true"; } else { print "We will never get here."; } [download]