Binding, using equations

L = [1, 2, 3];

binds  L to the list [1, 2, 3]


[0 | L]

creates  the list [0, 1, 2, 3]


[F | R] = [1, 2, 3];

binds  F to 1

  R to [2, 3]


Try, using rex.

 

To Next Slide To Previous Slide To Contents