hexresearch / hschain-utxo

UTXO-based contracts for hschain
0 stars 0 forks source link

Repl let pattern bind #230

Closed anton-k closed 3 years ago

anton-k commented 3 years ago

Implements LHS pattern binds for repl.

It becomes possible to write in REPL:

> q = (1, 2)
> (a, b) = q
> a + b