just testet dump, it is not quite the same but still usefull imho:
    
    
    dump("foo" & "123")
    #"foo123" = foo123
    
    decho("foo" & "123")
    #"foo" & "123" => foo123
    
    
    Run

Reply via email to