Skip to content

Release - v2.4.0

Compare
Choose a tag to compare
@frossm frossm released this 09 Apr 22:16
· 210 commits to master since this release

Release Notes

Added simple and probably rarely used commands

  • abs Absolute Value. Returns the positive value of the top stack item (line 1).
  • int Integer. Returns the integer portion of the top stack item (line 1). This effectively just removed the decimal portion of the number.