RosettaCodeData/Task/Fork/LFE/fork.lfe

6 lines
115 B
Text
Raw Permalink Normal View History

2016-12-05 23:44:36 +01:00
(defun start ()
(spawn (lambda () (child))))
(defun child ()
(lfe_io:format "This is the new process~n" '()))