how i can translate int to string? 
    
    
    var
      int1 = readLine() #at example 5
      int2 = 5
    
    echo int1+int2 #result 10
    
    
    Run

Reply via email to