Skip to content

Fix comparison and add logical not and assignment operators

Compare
Choose a tag to compare
@thedavidprice thedavidprice released this 17 May 20:52
· 57 commits to master since this release

this is a patch for several highlighting fixes. thanks to @scrupeus

  • Put <= and >= comparison operators before < and >, respectively, to fix highlighting
  • Add logical not operator ~
  • Add assignment operator =