-
-
-
CENAPAD-MGCO
A seguir: Comandos Paralelos
Acima: CSP - Communicating Sequential
Anterior: CSP - Communicating Sequential
BNF:
<command> ::= <simple command> |
<structured command>
<simple command> ::= <null command> |
<assignment command> |
<input command> |
<output command >
<structured command> ::= <alternative command> |
<repetitive command> |
<parallel command>
<null command> ::= skip
<command list> ::= {<declaration>; |<command>;} <command>