2 lines
64 B
Ruby
2 lines
64 B
Ruby
|
|
rpn = RPNExpression.from_infix("3 + 4 * 2 / ( 1 - 5 ) ^ 2 ^ 3")
|