I would like nim2 to only call myProc once, not twice as it does now:
    
    
    var a, b = myProc()
    
    
    Run

Reply via email to