이 문서는 https://tiddlywiki.com/languages/ko-KR/에서 티들리위키의 정적 HTML 표현의 일부입니다

prepend Operator

2015년 11월 8일 오전 5:17
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