- If you enter command beginning with "=", then it's the same as you enterted "print()". E.g. command "=10+12" will give "22".
- Double-click on memo lines starting with ">>>" repeats entered command (which is after ">>>").
- >>> from math import *
- 3.141592653589793
- >>> =100/5+2