aboutsummaryrefslogtreecommitdiff
path: root/docs/build.7
diff options
context:
space:
mode:
Diffstat (limited to 'docs/build.7')
-rw-r--r--docs/build.74
1 files changed, 4 insertions, 0 deletions
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
93.B 93.B
94close() 94close()
95Takes 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. 95Takes 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.
96.TP
97.B
98unique()
99At 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.
96.P 100.P
97Here, lets list functions we wish we had... 101Here, lets list functions we wish we had...
98.SH ENVIRONMENT 102.SH ENVIRONMENT