Skip to content

Passing values :> #1

Description

@bespoke-code

Have you considered passing values to the right?

For example:

valid:

a <: 10;
a <: 3 + 5;
a <: a = b;

idea:

10 :> a;
3 + 5 :> a;
a = b :> b;

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions