RosettaCodeData/Task/Arithmetic-evaluation/J/arithmetic-evaluation-2.j
2023-07-01 13:44:08 -04:00

2 lines
34 B
Text

eval parse '1+2*3/(4-5+6)'
2.2