How to make a user defined function atomic?
If a define function f:{$[0=(x mod 2);1;0]}, I can only apply the function to atoms, e.g. f 3 will work but f til 9 will return `type. However, f each til 0 WILL work. In contrast, function neg WILL work on lists as well as atoms. I understand this t...