RosettaCodeData/Task/Fork/LFE/fork.lfe

6 lines
115 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
(defun start ()
(spawn (lambda () (child))))
(defun child ()
(lfe_io:format "This is the new process~n" '()))