1 2 3 4 5 6
# Test the new init section in modules import minit write(stdout, "Hallo from main module!\n") #OUT Hallo from module! Hallo from main module!