Mong Yawng
Mong Yawng (Burmese: မိုင်းယောင်းမြို့) is a town, located in eastern Shan State, Myanmar.
Mong Yawng | |
---|---|
Mong Yawng Location in Burma | |
Coordinates: 21°11′0″N 100°22′0″E | |
Country | |
Region | Shan State |
District | Mong Hpayak District |
Township | Mong Yawng Township |
Population | |
• Ethnicities | Shan, Wa, Arkha |
• Religions | Theravada Buddhism |
Time zone | UTC+6.30 (MST) |
History
Mongyawng State (Möngyawng) was one of the Shan States. It was annexed by Kengtung State in 1815. Mong Yawng was the capital of the State.[1][2]
gollark: If you want to run stuff downloaded from the interweb in a script then:```lualocal h = http.get "whatever URL"local x = h.readAll()h.close()local fn, err = load(x, "@thing")if not fn then error(err) endfn(...)```
gollark: You can actually just use `wget run [URL]` or something in the command prompt.
gollark: If you want to save it to a file then```lualocal h = http.get "whatever URL"local f = fs.open("whatever file", "w")f.write(h.readAll())h.close()```
gollark: In general something like```lualocal h = http.get "whatever URL"local text = h.readAll()h.close()```to download a file to the variable `text`.
gollark: Yes.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.