Skip to content

Error message recommends repeat ... for, which is not parsed #1

@moritz

Description

@moritz

When I feed this program to STD:

do { } for 1;

I get the response

Unsupported use of do...for;  in Perl 6 please use repeat...for at

But feeding

 repeat { } for 1;

into STD gives

 Undeclared routine:␤ 'repeat'

So one way or another, std is inconsistent.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions