pkMath Changelog

What's new in pkMath 06.19.07

Jul 3, 2007
  • Correctly handles newlines so that multiple lines can be placed inside of function bodies and control loops.
  • The output suppression operator (';') now works correctly.
  • Added commenting. Comments are separated by /* and */, like in C/C .
  • Changed syntax of 'for' and 'while' so that the body of the loop is the last parameter.
  • Changed syntax of 'if' so that the else parameter is optional.
  • Changed syntax of 'delete' so that any number of parameters may be passed.
  • Added syntax highlighting and an option to toggle it on or off.
  • Changed saved user data filename to 'pkdata.pkd'.
  • Now saves all user options in the file 'pkopts.pkd'.
  • Much better example code is now optionally installed with pkMath.
  • Updated the documentation to reflect changes