Simple calculator made for ArcOS.
calc <num> <oper> <num>
- Addition ('+')
- Subtraction ('-')
- Division ('/')
- Multiplication ('*')
calc 123 + 123
calc 123 +123
calc 123+123
calc 123+ 123
other operator positions are not supported.
ArcOS > calc 123 + 123
246
ArcOS >