system( 1, "first" ); # Won't wait. system( "second" ); # Will wait.