Skip to content

Logic operators #16

Open
Open
@jorinvo

Description

@jorinvo

We could implement && and || operators the same way we would implement pipes and redirection.

Commands are already designed to give us the exit codes which we can use for the logic operations.
Another thing we could implement is the ; to separate lines.

However, I don't think we should try implementing more complex scripting features (like loops and functions).

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions