Skip to content

注意 論理演算子に優先順位がない #8

@taisukef

Description

@taisukef

論理演算子に優先順位はなく,左側の論理演算が先に実行されます

「A または C かつ D」は、「(A または C) かつ D」と解釈される
一般的なプログラミング言語では「A または (C かつD)」と異なる点に注意が必要

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions