Skip to content

version 10.2.1

Compare
Choose a tag to compare
@irmen irmen released this 21 Mar 19:20
· 83 commits to master since this release

Bugs fixed:

  • fixed logical expression operand evaluation order error. (and/or expressions)
  • fixed problem with placing %breakpoint in some places in the code.

Library changes:

  • added string.findstr() to search for a substring in another string.
  • string.find() now sets A to 255 as well, beside setting Carry flag to 0 (false), if no result was found.