De Spooktrein

De Spooktrein is a 1939 Dutch film directed by Carl Lamac.

De Spooktrein
Directed byCarl Lamac
Written byKees Bruynse, Nico De Jong
Release date
28 September 1939
Running time
70 minutes
CountryNetherlands
LanguageDutch

It is an adaptation of the popular British play The Ghost Train by Arnold Ridley.

Cast

  • Jan Musch as Barendse
  • Fien de la Mar as Julia van Dongen
  • Louis Borel as Ted
  • Adolphe Engers as Professor Alberto
  • Cissy Van Bennekom || Corrie
  • Sara Heyblom as Juffrouw Borneman
  • Chris Baay as Eddy van Nie
  • Lies de Wind as Mieke
  • Lau Ezerman as Treinconducteur
  • Nico De Jong as Dr. Looman
  • John Gobau
  • Piet Rienks as Bendeleider
  • Hans Tiemeyer as Inspecteur Bloemhof
gollark: Strange.
gollark: Off you go, explain it then.
gollark: Huh, I thought you were going to complain about me "explaining closure terribly" or something.
gollark: It's called closure. Stuff defined in something gets access to locals from that thing.
gollark: Just do```luafunction fs.open(file, mode) local f = {} -- Store fs files in here local handle = io.open(file, mode) function f.readAll() return handle:read("*a") end function f.close() handle:close() end function f.write(data) handle:write(data) end return fend```unless there's some other thing you need it for.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.