Skip to content

Latest commit

 

History

History
8 lines (4 loc) · 212 Bytes

README.md

File metadata and controls

8 lines (4 loc) · 212 Bytes

It's a Reverse Polish Notation calculator. Does what it says on the tin.

==

When loaded it adds a method evaluate_prefix to the String class.

Example: the string '3 5 +'.evaluate_prefix would give 8