Tell it to export asd() by making it asd*()
    
    
    # module test
    
    proc asd*() =
       echo "hello"
    

Reply via email to