import { some_export } from 'mod:foo' let my_var = 123; fn betwixt() { if my_var == null { print "My var is null"; } } betwixt() export { bar, baz }