lyfeyaj / jaql

Automatically exported from code.google.com/p/jaql

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cmp keyword cannot be parameter name

GoogleCodeExporter opened this issue · comments

jaql> fn(cmp) cmp;
line 19:4: unexpected token: cmp

cmp needs to be made into a soft keyword.

workaround: choose a different name

Original issue reported on code.google.com by Kevin.Be...@gmail.com on 28 Apr 2010 at 1:04