User Tools

Site Tools


ixe:irpl:lists:prependstacktolist

PrependStackToList

PrependStackToList (“Hello” “Creeper” “World” <-list)

Description

Inserts the contents of the stack at the beginning of L1 (at index 0) and shifts the index of all other elements in the list up by the number of elements on the stack.

Examples

createlist ->list
AppendStacktoList ("foo" "bar" <-list)
PrependStackToList ("Hello" "Creeper" "World" <-list)
print (<-list)
ixe/irpl/lists/prependstacktolist.txt · Last modified: 2025/01/07 15:41 by 127.0.0.1