In Execute DAT I’m trying to make Constant chop’s par - name0, name1, name2 and so on… to correspond with op’s digits
Something like:
op(‘constant1’).par.name0 <<<this number, to be equal me.parent(2).digits number.
Is there a method where i could somehow add these two, like it’s done in a string:
‘name’ + str(me.parent(2).digits) = ‘name1’ ???