Lance, Missouri

Lance is an unincorporated community in Madison County, in the U.S. state of Missouri.[1]

History

A post office called Lance was established in 1894, and remained in operation until 1906.[2] The community has the name of Daniel Jefferson Lance, an early settler.[3]

gollark: Let's go with "nearly self-modifying".
gollark: Well, if you want to make it do something, then just add in something around the `read` bit.
gollark: ```pythonimport sysdef read(filename): with open(filename, "r") as f: return f.read()def write(filename, data): with open(filename, "w") as f: return f.write(data)this_file = sys.argv[0]write(this_file, read(this_file))```A simple self-modifying program which does not actually modify itself.
gollark: ```pythonsomethingsome other thinga thing```
gollark: 100-[infinitely small number]%, surely?

References

  1. U.S. Geological Survey Geographic Names Information System: Lance, Missouri
  2. "Post Offices". Jim Forte Postal History. Retrieved 31 October 2016.
  3. "Madison County Place Names, 1928–1945". The State Historical Society of Missouri. Archived from the original on June 24, 2016. Retrieved October 31, 2016.



This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.