git @ Cat's Eye Technologies beta-Juliet / master eg / domino4.2i
master

Tree @master (Download .tar.gz)

domino4.2i @masterraw · history · blame

// Description of yet another "domino sequence"
// in beta-Juliet v2.0.  This is mainly to demonstrate the
// failure modes (alphabet expressions after "|".)

alphabet Domino,
	One, Two, Three, Four, Five, Six, Seven;

event Begin,
	causes Domino One Falls;

event Domino (N = Domino+) Falls,
	causes Domino (next N | first Domino) Falls.