Tree("Root") {
	Composite (Marathon) {
		RunTree("SubTree")
		RunTree("SubTree")
	}
}

Tree("SubTree") {
	Composite (Sequence) {
		Test.CountToNumber("a", 3)
	}
}