RosettaCodeData/Task/Fork/Factor/fork.factor

4 lines
119 B
Factor
Raw Permalink Normal View History

2013-04-10 21:29:02 -07:00
USING: unix unix.process ;
[ "Hello form child" print flush 0 _exit ] [ drop "Hi from parent" print flush ] with-fork