I\'m making a flowchart a for an algorithm, and came into some problem for an else if statement.
For an if-statement such as this one
if (something)
Here is the DRAKON version of this:
if (case1) {outcome1} else if (case2) {outcome2} else {outcome3}
Alternatively, it could look like this:
See here: http://en.wikipedia.org/wiki/DRAKON