projet-mini-genie-logiciel-.../runtime-EclipseXtext/fr.n7.simplepdl.exemples/ex1.pdl2

12 lines
111 B
Plaintext
Raw Normal View History

2021-10-12 16:49:13 +00:00
process ex1 {
wd a {
}
wd b {
starts if a started
}
wd c {
finishes if b finished
}
note "test"
}