kevinlawler / kona

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

( a : 2 ) #513

Open tavmem opened 6 years ago

tavmem commented 6 years ago

This is a minor difference between k2.8 and kona, but it's probably best to document it. I do not consider it a bug ... but kona alignment with k is an enhancement to kona.

In k2.8

$ rlwrap -n ./k
K 2.8 2000-10-10 Copyright (C) 1993-2000 Kx Systems
Evaluation. Not for commercial use. 
\ for help. \\ to exit.

  (a:2)

In kona

$ rlwrap -n ./k
kona      \ for help. \\ to exit.

  (a:2)
2