An assignment (variable assignment) is an object associating values with Epilog variables. In the assignment shown below, the variable X is assigned the value a, Y, is assigned the value [f, W], and Z is assigned the value c.
{X:"a", Y:["f","W"], Z:"c"}
|