Mark Volkmann (2014-03-02T00:38:07.000Z)
Does a top-level let in a file (not inside any function) create a global variable just like var or does it create a variable that is scoped to the source file?

---
R. Mark Volkmann
Object Computing, Inc.
domenic at domenicdenicola.com (2014-03-02T22:47:18.056Z)
Does a top-level let in a file (not inside any function) create a global variable just like var or does it create a variable that is scoped to the source file?