The Jury's Secret
The Jury's Secret is a 1938 American drama film directed by Edward Sloman and starring Kent Taylor, Fay Wray, and Jane Darwell.
The Jury's Secret | |
---|---|
Newspaper advertisement for The Jury's Secret and Empty Saddles (1936) | |
Directed by | Edward Sloman |
Written by | Newman Levy |
Starring | Kent Taylor Fay Wray Jane Darwell |
Cinematography | Milton R. Krasner |
Distributed by | Universal Pictures |
Release date |
|
Running time | 65 minutes |
Country | United States |
Language | English |
Cast
- Kent Taylor as Walter Rusell
- Fay Wray as Linda Ware
- Jane Darwell as Mrs. Sheldon
- Nan Grey as Mary Norris
- Larry J. Blake as Bill Sheldon
- Fritz Leiber (Sr.) as John Morrow
- Leonard Mudie as District Attorney
- Samuel S. Hinds as Brandon Williams
- Granville Bates as Judge Pendegast
- Halliwell Hobbes as John
- Edward Broadley as William's Butler
- Ted Osborne as Reporter Thompson
- William B. Davidson as Page
gollark: I was going to have `let printed` at the top then changed my mind.
gollark: Oh, yes, silly me.
gollark: ```javascriptconst printNumber = n => { switch(n) { case 0: return "zero"; //break; case 1: return "one"; //break; case 2: return "two"; //break; case 3: return "three"; //break; default: return "many"; }}```That's much longer, and uglier, especially with the breaks (not needed in this example, but generally will be).
gollark: ```fsharplet printNumber n = match n with | 0 -> "zero" | 1 -> "one" | 2 -> "two" | 3 -> "three" | _ -> "many"```
gollark: I could provide a more complicated example, but discord is bad for that.
References
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.