Mary from Beijing
Mary from Beijing aka. Awakening (夢醒時分) is a 1992 Hong Kong film written and directed by Sylvia Chang.
Mary from Beijing | |
---|---|
夢醒時分 | |
Directed by | Sylvia Chang |
Written by | Sylvia Chang |
Release date | |
Running time | 97 minutes |
Country | Hong Kong |
Language | Cantonese, Mandarin, English |
Cast and roles
- Lawrence Ah Mon - Immigration Officer
- Kenny Bee - Wong Kwok-wai
- Cynthia Cheung - Elizabeth
- David Chiang - Yip
- Gong Li - Ma Li (Mary)
- Jan Lamb - Messenger
- Wilson Lam - Peter
- Pao Fong - Speaker at dedication
- Melvin Wong - Stanley
- Yuen King-Tan - Mahjong player
- Zhu Mu - Peter's father
gollark: It's especially good with ADTs.
gollark: ```fsharptype Thing = | Foo of int | Bar of string | Baz of Thing listlet rec printThing t = match t with | Foo f -> sprintf "foo: %d" f | Bar s -> sprintf "bar: %s" s | Baz ts -> sprintf "[%s]" <| String.concat ", " (List.map printThing ts)```More pattern matching examples!
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).
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.