Sorry, I wanted to write a code as below:
    
    
    var temp2 = (1,2,3,4,5)
    for x in temp2.fields:
      x = 10
    echo temp2
    
    
    Run

As ignoring my typo, is it correct working?

Reply via email to