cfunction
src/core/os.c on line 1435, column 1
(os/posix-fork)
Make a `fork` system call and create a new process. Return nil if
in the new process, otherwise a core/process object (as returned by
os/spawn). Not supported on all systems (POSIX only).