A seguir: Comandos Paralelos Acima: Aula 13 - CSP Anterior: CSP: Sumário
<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>