fun main(
pc
,
npc
) {
PC
=
pc
;
nPC
=
npc
;
nPC2
=
nPC
+
4
;
PC
?
exec
();
init
=
(
nPC
,
nPC2
)
; }