Skip to content

handling let within a pipeline step #13

@jariji

Description

@jariji

It looks like this fails to expand _ inside the map call.

julia> @p begin
           rand(100)
           let m = mean(__)
               map(_ - m, __)
           end
       end
ERROR: syntax: all-underscore identifiers are write-only and their values cannot be used in expressions around

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