Wednesday, 12 April 2017

'alien' tag wiki - Movies & TV




Early 1979 science fiction suspense film concerning the discovery of a malevolent alien lifeform by a mining crew and the efforts of that same crew to survive. NOT for use as a generic tag for all movie aliens. please the the "science-fiction" tag instead,




Early 1979 science fiction suspense film concerning the discovery of a malevolent alien lifeform by a mining crew and the efforts of that same crew to survive. See IMDB and Wikipedia.

No comments:

Post a Comment

c++ - Does curly brackets matter for empty constructor?

Those brackets declare an empty, inline constructor. In that case, with them, the constructor does exist, it merely does nothing more than t...