RosettaCodeData/Task/Fork/PicoLisp/fork.l
2023-07-01 13:44:08 -04:00

3 lines
176 B
Text

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