Type: function
fork(, pid);
fork
An instance of <integer>
Create a new process. Returns the subprocess's id in the parent, and #f in the child.