By the way, you can use std/ prefix to import stdlib modules, that way they 
wouldn't clash with your own modules, like
    
    
    import std/macros
    
    # multiple modules
    import std/[strutils, parseutils]
    
    
    Run

Reply via email to