If you dont need to reassign the unpacked vars you can use `:=` from 
`fusion/matching`
    
    
    import fusion/matching
    
    
    var fieldList = ["John", "Smith", "1-416-999-1234"]
    
    [@first, @last, @phone] := fieldList
    
    
    Run

Reply via email to