So learn some Nim before complaining:
    
    
    template `//`(a, b: untyped) : untyped = a div b
    
    
    Run

I couldn't copy Python's design because back then Python only had `/` and it 
sucked so I had to copy a different design.

Reply via email to