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

5 lines
115 B
Text

(defun start ()
(spawn (lambda () (child))))
(defun child ()
(lfe_io:format "This is the new process~n" '()))