1 2 3 4 5 6 7
import mexport2b export mexport2b proc printAbc*() = echo "abc" proc foo*() = echo "A.foo"