13 lines
166 B
Plaintext
Raw Normal View History

2024-01-19 16:30:05 +01:00
Tree("Root") {
Composite (Marathon) {
RunTree("SubTree")
RunTree("SubTree")
}
}
Tree("SubTree") {
Composite (Sequence) {
Test.CountToNumber("a", 3)
}
}