Skip to content
This repository was archived by the owner on Jun 1, 2023. It is now read-only.
This repository was archived by the owner on Jun 1, 2023. It is now read-only.

LOPOP LIST ignores the list #302

Open
@rurban

Description

@rurban
$i || (1,2)     or LIST ignores the list
$i or (1,2)    ...
print ($i or (1,2)) => 12

consistent would be for the not-empty list either

  1. to be true in boolean context, or
  2. side-effect the first elems and only take the last, as e.g. with last(1,2,label).

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions