Skip to content

handling let within a pipeline step #13

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

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

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions