http://glfwtfwhlsm2u5pw3b7crist7bt7fwepj2wgv3n3b64unj22v5435tyd.onion/code/qrqma.html
Usually the objects are numbers, but if both are strings or lists, you can concatenate them this way. {{ 1 + 1 }} is 2. - Subtract the second number from the first one. {{ 3 - 2 }} is 1. / Divide two numbers.
The return value will have the same type as a division in C++. {{ 1 / 2 }} is {{ 0 }} , {{ 1. / 2 }} is {{ 0.5 }} . % Calculate the remainder of an integer division. {{ 11 % 7 }} is 4. * Multiply the left operand with...