0

In the following case:

With[{x=1,y=2},Print[x+y]]

the values of x and y are declared in the list of local variables. How to transfer the values of x and y into With[] from an external list, like:

abc:={x=1,y=2}; With[abc,Print[x+y]]

This list of values must be understood in my case as true only when it is applied (locally true).

Kuba
  • 136,707
  • 13
  • 279
  • 740
Marek
  • 51
  • 2

0 Answers0