RosettaCodeData/Task/Fork/PicoLisp/fork.l

4 lines
176 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
(unless (fork) # In child process
(println *Pid) # Print the child's PID
(bye) ) # and terminate