Used to fork a process.

Example

module fork;
	fork
		begin
			$display("hi");
		end
 
endmodule