Skip to content

Draft: WIP: SaQC coperators

Peter Lünenschloß requested to merge SaQCoperators into develop

See #483 Adding:

  • logical operators:
    • &
    • |
    • ~
  • arithmetic operators:
    • +
    • -
    • *
    • **
  • history (append) operators
    • <<
  • magical inplacy counterparts:
    • <<=
    • &=
    • +=
    • ...
Edited by Peter Lünenschloß

Merge request reports