git @ Cat's Eye Technologies beta-Juliet / master eg / preempt.bj
master

Tree @master (Download .tar.gz)

preempt.bj @masterraw · history · blame

// Causing events before events

event OscillatorGoesHigh,
  causes OscillatorGoesLow;

event OscillatorGoesLow,
  causes OscillatorGoesHigh;

event HookedIn,
  caused before OscillatorGoesLow.