JohnEarnest / ok

An open-source interpreter for the K5 programming language.
MIT License
585 stars 73 forks source link

%a (sqrt) does not apply to dicts: %``x``y!(4,9) #81

Closed ktye closed 4 years ago

ktye commented 5 years ago

Is that on purpose? %`x`y!(4,9) is an error in ok, but works in k (from q).

Fix: sqrt => am(sqrt) in the verb table.

JohnEarnest commented 4 years ago

@ktye good call. Fixed.