Fork: Difference between revisions

10 bytes removed ,  8 years ago
m
added whitespace before the TOC, added a Task (bold) header.
(Added COBOL)
m (added whitespace before the TOC, added a Task (bold) header.)
Line 1:
{{task|Programming environment operations}}In this task, the goal is to spawn a new [[process]] which can run simultaneously with, and independently of, the original parent process.
 
;Task:
 
Spawn a new [[process]] which can run simultaneously with, and independently of, the original parent process.
<br><br>
 
=={{header|Ada}}==