Circle the continuation lines of code below: | Draw the computation graph below: |
---|
S1;
x10.void_finish { // enter-A
void_fork {
S2;
}
void_fork {
S3;
}
S4;
} // leave-A
s5;
x10.finish { // enter-B
void_fork {
S6;
}
void_fork {
S7;
}
S8;
} // leave-B
s9;
s1: ___________________________________
s2: ___________________________________
s3: ___________________________________
s4: ___________________________________
s5: ___________________________________
s6: ___________________________________
s7: ___________________________________
s8: ___________________________________
s9: ___________________________________