The Charlatan (1917 film)
The Charlatan (Hungarian: A Kuruzsló) is a 1917 Hungarian film directed by Michael Curtiz.
The Charlatan | |
---|---|
Directed by | Michael Curtiz |
Starring | Gyula Csortos Ica von Lenkeffy Tivadar Uray |
Release date |
|
Country | Hungary |
Language | Silent |
Cast
- Gyula Csortos
- Margit T. Halmi
- Ica von Lenkeffy
- Tivadar Uray
- László Z. Molnár
- Giza Báthory
- Lajos Réthey
gollark: ... how?
gollark: ```rust// Evaluate an arithmetic expressioncommand!(eval(_context, message, args) { let expr = args.multiple::<String>()?.join(" "); // yes, this is kind of undoing the work the command parser does... send_result(message, &calc::eval(&expr))?;});// Evaluate an arithmetic expression in polish notationcommand!(eval_polish(_context, message, args) { let expr = args.multiple::<String>()?.join(" "); send_result(message, &calc::eval_polish(&expr))?;});```ALL THE CODE for this feature.
gollark: No, since I was too lazy to do anything other than plug in an existing rust library.
gollark: ++exec```testtest2```
gollark: ++eval-polish + 1 1
See also
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.