From b2edbd8d1d0b648c49b0e23329a0b33a160ce1ce Mon Sep 17 00:00:00 2001 From: William Jackson Date: Sun, 8 Nov 2015 10:10:37 +0200 Subject: [PATCH] Create append.tid --- editions/tw5.com/tiddlers/filters/append.tid | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 editions/tw5.com/tiddlers/filters/append.tid diff --git a/editions/tw5.com/tiddlers/filters/append.tid b/editions/tw5.com/tiddlers/filters/append.tid new file mode 100644 index 000000000..c481a790e --- /dev/null +++ b/editions/tw5.com/tiddlers/filters/append.tid @@ -0,0 +1,18 @@ +caption: append +created: 20151017145358368 +creator: matabele +modified: 20151108051540981 +modifier: matabele +op-input: a list of items +op-neg-output: a list with items appended from the tail of the operand array +op-output: a list with items appended from the head of the operand array +op-parameter: the array of items to be appended to the tail of the list +op-parameter-name: list +op-purpose: append a range of items from an array to the list +op-suffix: an integer N, defaulting to all +revision: 0 +tags: [[Filter Operators]] [[Order Operators]] [[Listops Operators]] +title: append Operator +type: text/vnd.tiddlywiki + +<<.operator-examples "append">>