RosettaCodeData/Task/Fork/Factor/fork.factor

4 lines
119 B
Factor
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
USING: unix unix.process ;
[ "Hello form child" print flush 0 _exit ] [ drop "Hi from parent" print flush ] with-fork