The Broken Pledge
The Broken Pledge is a 1915 American silent comedy film starring Wallace Beery and Gloria Swanson.[1] Off screen, Beery and Swanson were briefly married.
The Broken Pledge | |
---|---|
Starring | Wallace Beery Gloria Swanson |
Distributed by | Essanay Studios |
Release date |
|
Running time | 2 reels |
Country | United States |
Language | Silent |
Cast
- Wallace Beery as Percy
- Virginia Bowker as Virginia
- Harry Dunkinson as Harold
- Gloria Swanson (billed as Gloria Mae Swanson)
gollark: Wait, how did you make it highlight that?
gollark: ```x86asmBITS 64GLOBAL _startSECTION .textmsg: db "Hello, World!"len: equ $-msg_start: ; initialize stuff for `write` syscall mov rax, 1 ; write mov rdi, 1 ; fd 1 (stdout) mov rsi, $msg ; write from `msg` mov rdx, 512 ; write `len` bytes syscall ; exit mov rax, 60 mov rdi, 0 syscall```observe my idiomatic assembly code.
gollark: Make sure to set `bufsize` to a very large number so you can have !!FUN!! uninitialized memory.
gollark: You must put the informations into a registron.
gollark: It's wonderfully easy to remember.
References
- "Progressive Silent Film List: The Broken Pledge". Silent Era. Retrieved July 4, 2009.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.