Betsy and the Great World

Betsy and the Great World (1952) is the ninth volume in the Betsy-Tacy series of children's fiction by Maud Hart Lovelace. The novel is set in 1914 and focuses on the newly adult Betsy Ray's adventures while spending a year traveling through Europe in place of attending college. The novel is based on the journals of the author's own trip to Europe during 1914. The novel discusses the buildup of troops in Germany prior to World War I, and also includes an account of England's declaration of war.

First edition
(publ. Thomas Y. Crowell Co.)

Places visited by Betsy Ray in the novel


gollark: Er, yes.
gollark: If you want callback-driven, then I would do something like this:```lua-- table of event listeners for each programlocal listeners = {}-- make this available to each programlocal function addEventListener(event, handler) listeners[event] = handlerend-- run this when the close button is calledlocal function thingy() if listeners.close then listeners.close() actuallyCloseProgram() else actuallyCloseProgram() endend```
gollark: Ah yes, that may be a problem.
gollark: What?
gollark: Alternatively you can just... queue a `close` event for them, or something.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.