Fork: Difference between revisions

312 bytes added ,  4 years ago
Line 620:
test_pipe completed successfully.
</pre>
 
=={{header|Furor}}==
<lang Furor>
#g
."Kezd!\n"
§child fork sto childpid
@childpid wait
@childpid ."child pid ez volt: " printnl
end
child: ."Én a child vagyok!\n"
#d 3.14 printnl
2 sleep
end
{ „childpid” }
</lang>
{{out}}
<pre>
Kezd!
Én a child vagyok!
+3.14000000000000
child pid ez volt: 2123
</pre>
 
 
=={{header|Go}}==
Anonymous user