This page is part of a static HTML representation of the TiddlyWiki at https://tiddlywiki.com/

prepend Operator

 8th November 2015 at 5:17am
purposeprepend a range of items from an array to the list
inputa list of items
suffixan integer N, defaulting to all
parameterlist=the array of items to be prepended to the head of the list
outputa list with items prepended from the head of the parameter array
! outputa list with items prepended from the tail of the parameter array

Learn more about how to use Filters