It looks like you're new here. If you want to get involved, click one of these buttons!
(move:)
(move: $x's 1st into $y)
will remove the item at index 0 from the array and set $y to it(set: $y to 0)
(set: $x to (array: "The first element","The second element","The third element","The last element"))
(move: $x's 1st into $y)
results in the error(print: $x's 1st)
prints
Comments