Skip to content
This repository was archived by the owner on Oct 10, 2020. It is now read-only.
This repository was archived by the owner on Oct 10, 2020. It is now read-only.

Operatoren #4

@web-dev-sam

Description

@web-dev-sam

% or MOD | Reminder (QB compatible: a=int(a), b=int(b), a-b*(a/b))
MDL | Modulus (a%b+b*(sgn(a)<>sgn(b)))
NOT or ! | Logical NOT (NOT false = true)

IN | belongs to … (see “The IN operator”)
LIKE | Regular expression match (see “The LIKE operator”)
AND or && | Logical AND
OR or | Logical OR
BAND or & | bitwise AND
BOR or | bitwise OR
EQV | bitwise EQV
IMP | bitwise IMP
XOR | bitwise XOR
NAND | bitwise NAND
NOR | bitwise NOR
XNOR | bitwise XNOR

Vollständige Liste

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions