proc myProc2(a : int | float | string) = discard
    
    
    Run

Thats a great work around. Thanks for it. One question. This gave me error. 
    
    
    var mySeq : seq[ int | float | string]
    
    
    Run

Any work around for this ?

Reply via email to