This page might give you some ideas.
http://www.logicgenerator.com/AboutL...Flowcharts.htm

Basically you could do something like this:

Code:
Check "A"
    |
Check "B"
    |
Does A = B ?
    |
[if A = B THEN ]---------------|
    |                          |
Do this                 ELSE----- Do This