Assume that i have a proc like this 
    
    
    proc myProc( a : auto) =
        #need to check what the type of a, I am expecting an int, float, string.
        # do some operations
    
    
    Run

How can i check the type of a ? 

Reply via email to