kevinlawler / kona

Open-source implementation of the K programming language
ISC License
1.36k stars 138 forks source link

regression when using \t with assignment #505

Closed tavmem closed 6 years ago

tavmem commented 6 years ago

This regression was reported by Bakul Shah kona yields no result when \t is used with assignment.

$ rlwrap -n ~/kona/k
K Console - Enter \ for help
  \t 100 100 100#!1000000
23
  \t x:100 100 100#!1000000
  \t 100 100 100#!1000000
13

This was broken by commit 6c2220994c410bbe8ac2865e42ae8438ebf9fac1 made on Aug 19, 2017.