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

Tree @master (Download .tar.gz)

domino5.2i @masterraw · history · blame

// Description of yet another "domino sequence"
// in beta-Juliet v2.0.  This is mainly to demonstrate the
// "pred" modifier and a failure mode.

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

event Begin,
	causes Domino Five One Six Seven Falls;

event Domino (N = Domino+) Falls,
	causes Domino (pred N | Five) Falls.