Skip to content

Typo#1 in 01-introduction-tabular-data #18

@lmterryn

Description

@lmterryn

There is a typo in the table "An overview of the possible comparison operations"
It should be:

An overview of the possible comparison operations:

Operator Description
== Equal
!= Not equal
> Greater than
>= Greater than or equal
< Lesser than
!> Lesser than or equal

and to combine multiple conditions:

Operator Description
& And (cond1 & cond2)
| Or (cond1 | cond2)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions