class Opal::Nodes::EFlipFlop

def excl

Exclusive flip flop, check 'end_condition' in the next iteration after 'start_condition' is truthy
def excl
  "else "
end