> The only question now is if it should be that we call the function with
> the variable x AS the value 13, or if we call the function with 13 AS the
> variable x. I.e.
...
> I don't know if one is more natural then the other in english. To my
> swedish ear both sounds as good. I like (x as 13) a little better, but I
> don't really care much what way around it will be.
If that was IS, then foo(x is 13) makes sense. I prefer foo(13 as x),
as in call foo with value 13 known as x.