>Do they get exported into global namespace?
---
yes.
>What if multiple scripts import the same var?
---
everyone will get the exported value.
>Also, it says "export variable" Is it possible to export, say, procedures or something else?
---
You can export procedures.