Aren't top-level functions scoped to the file they...
# getting-started
p
Aren't top-level functions scoped to the file they are defined in?
r
Only if you mark them
private
. By default they’re visible globally.