From ea17d3262924f95a4fa721b3de6d7fe499bdcf14 Mon Sep 17 00:00:00 2001 From: Mike Buland Date: Thu, 5 Apr 2012 22:52:54 +0000 Subject: Added unique function and a workaround for non-matching inputs to rules passing the rule input filter. --- docs/build.7 | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'docs/build.7') diff --git a/docs/build.7 b/docs/build.7 index b9099de..77b9f85 100644 --- a/docs/build.7 +++ b/docs/build.7 @@ -93,6 +93,10 @@ Takes a file handle as it's input, and takes an integer as it's parameter. The .B close() Takes a file handle as it's input, and no parameters. Closes the file indicated by the handle provided as input. While it is reccomended to close all files as soon as you are done with them, any files left open will be closed automatically and safely before build exists. +.TP +.B +unique() +At the moment only works on lists of strings. It will return the input string in the same order, with all duplicate entries removed. It will also remove any non-strings in the list at the moment. .P Here, lets list functions we wish we had... .SH ENVIRONMENT -- cgit v1.2.3