let l = [1,2,3]
  exec "Foo ". l

Which leads to another point: How do I pass a list by reference to Foo

Sorry, I somehow seem to have forgot what the original problem was -- which I should able to solve with the function() & call() functions.

Reply via email to