I have this line of code where the divided by operand (?) gets interpreted in a way that stops the subsequent comment being read as a comment. How should I write “divide by in Wix Code”?
claimGBP = ( netGBP = Math.round(( netEUR / 1.13 )) ).toString();// comment