Why do we need identifier when parsing some expression

Like this function give error

if i donot add this

1 Like

If you don’t have the identifier then there is no way (that I am aware of) to pass the ‘touched’ parts identity to the proceeding function.

1 Like