12 lines
111 B
Plaintext
12 lines
111 B
Plaintext
|
process ex1 {
|
||
|
wd a {
|
||
|
|
||
|
}
|
||
|
wd b {
|
||
|
starts if a started
|
||
|
}
|
||
|
wd c {
|
||
|
finishes if b finished
|
||
|
}
|
||
|
note "test"
|
||
|
}
|