hf / q

A simple programming language.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Passing values :>

bespoke-code opened this issue · comments

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;

Ah-ma-zing. (: