RosettaCodeData/Task/Fork/PicoLisp/fork.l

4 lines
176 B
Plaintext

(unless (fork) # In child process
(println *Pid) # Print the child's PID
(bye) ) # and terminate