Instruction

Click the "The Poor Man's Maple" button.

A frame will pop up.

Type your request into the text field at the bottom of the
popup frame. For example:

        diff(x^x, x);
Don't forget to put ';' at the end. Press enter to submit your request.

If you have more than one request, use the 'Open Script' option
under 'File' on the menu bar of the frame. When the script pad
pops up, type your requests. For example:

       for k from 1 to 4 do
           Sum(i^k, i=1..n) = factor(sum(i^k, i=1..n));
       od;

To execute your script, click the "Run" button.

Getting to know The Poor Man's Maple (still under development)