Skip to content

.and./.or. #1

Description

@zmoon

I think there are some more differences here that could be mentioned?

  • Julia has Boolean operators || and && that short-circuit but Fortran .and./.or. do not
  • Julia | and & will do integer bitwise operations and don't short-circuit, but in Fortran you need to use intrinsic functions to get that

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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