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

Implement the ternary-operator. #55

@skx

Description

@skx

Sample usage is the obvious:

  function max(a, b) {
      return( a > b ? a : b );
  }

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions