diff options
-rw-r--r-- | software/idl.page | 4 |
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 |