summaryrefslogtreecommitdiffstats
path: root/software/idl.page
diff options
context:
space:
mode:
authorbnewbold <bnewbold@robocracy.org>2009-11-17 22:41:39 +0000
committerUser <bnewbold@daemon.robocracy.org>2009-11-17 22:41:39 +0000
commit2681ee073f85ce486bb9cb7b4be303e05f4b2ca3 (patch)
tree0c905ac666a0972ad5582683a34a8dcff2b55297 /software/idl.page
parent223f9a4192f6139b8734b3561ed0ddcf678b4ac8 (diff)
downloadknowledge-2681ee073f85ce486bb9cb7b4be303e05f4b2ca3.tar.gz
knowledge-2681ee073f85ce486bb9cb7b4be303e05f4b2ca3.zip
adding data types
Diffstat (limited to 'software/idl.page')
-rw-r--r--software/idl.page4
1 files changed, 4 insertions, 0 deletions
diff --git a/software/idl.page b/software/idl.page
index bd4921a..1a46faa 100644
--- a/software/idl.page
+++ b/software/idl.page
@@ -43,3 +43,7 @@ add these lines to your ``~/.Xdefaults``::
and then run ``xrdb -merge ~/.Xdefault``. (This tip from
http://star.pst.qub.ac.uk/help/idl.shtml)
+
+Basic Constructors
+--------------------
+BINDGEN, CINDGEN, DCINDGEN, DINDGEN, FINDGEN, L64INDGEN, LINDGEN, UINDGEN, UL64INDGEN, and ULINDGEN create arrays of increasing values, similar to range() in python; the prefix characters indicate the data type (B = byte, C = complex integer, etc). \ No newline at end of file