8 lines
82 B
Plaintext
8 lines
82 B
Plaintext
PROC P ()
|
|
INT a, b, c:
|
|
INT d, e, f:
|
|
SEQ
|
|
a := d
|
|
a, b, c := d, e, f
|
|
:
|