Calculate number / PRINT - IchigoJam

Let's give a question to a computer that is good at calculating
Use "PRINT" to display the specified one.
Press ENTER key, immediately can get an answer 「2」.
Also possible to substract.!
In the computer, a multiplication symbol is represented by asterisk '*'.
A division is slash '/'. (numerator:left ,denominator:right)
Actually, instead of "PRINT" can use '?'.
Oh? Is the result wrong?
It is right answer at the "IchigoJam" which does not use decimals.
The remainder calculates by the '%'.
Because 10 divided by 3 is 3 and remainder is 1, '1' is displayed.
Finally, let's calculate big number.
Oh, the answer is strange!.
Actually,the range that IchigoJam can calculate is determined from -32768 to 32767.
Try it!
1. Let's make a calculation "100 + 200" in IchigoJam
2. Let's make a calculation "8 * 7" in IchigoJam
3. Let's make a calculation "100 / 25" in IchigoJam
4. Let's calculate the remainder of "30/8" with IchigoJam
5. Let's calculate 100,000,000 (10,000 * 10,000) with IchigoJam
CC BY IchigoJam print https://ichigojam.github.io/print/en/ IchigoJam®jig.jp