RosettaCodeData/Task/Fork/LFE/fork.lfe
2016-12-05 23:44:36 +01:00

5 lines
115 B
Text

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