Control Functions.over

Duplicates the second element in stack, the duplicate will be on the top.

Arguments

value0
and
value1
are any values.

Return values

value0 value1 value0
.

Example

"sl/control" useFile 1 2 over
Stack:
1 2 1