Ctrl+P again to print, arrows/tab to navigate results, enter to confirm

    Basic Tips

    Numerics

    You can set the precision of LONG LONG INT and LONG LONG REAL to arbitrary numbers of digits by using a pragma like PRprec=1000PR (1000 digits). This can appear absolutely anywhere in your code, so put it somewhere that doesn't require any whitespace around it.

    Patterns