begin
N:integer;
N:=
cobegin
process A
begin
L
go to L
end;
process B
begin
L
N:=
go to L
end;
coend;
end;
請回答
(
(
(
[
From:http://tw.wingwit.com/Article/program/czxt/201311/24342.html
begin
N:integer;
N:=
cobegin
process A
begin
L
go to L
end;
process B
begin
L
N:=
go to L
end;
coend;
end;
請回答
(
(
(
[