| How do I tell arc that a a function which accepts 3 arguments that it shouldnt try to evaluate its arguments before they are passed to the function? (myfun (functionthatreturnsalist xint)
)
should not try to feed myfun the xint'th entry of the list that is the first argument.Thanks in advance! =) |