summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--software/idl.page5
1 files changed, 3 insertions, 2 deletions
diff --git a/software/idl.page b/software/idl.page
index e961a71..1411584 100644
--- a/software/idl.page
+++ b/software/idl.page
@@ -16,8 +16,9 @@ Language Design
IDL is "pass by reference", which means that arguments to functions are always
variable pointers, not the actual value (the alternative is usually to pass by
-copy, where the value gets passed through to a new variable inside the function.One side effect of this is that return values are collected by passing a
-recieving variable name as an argument to functions.
+copy, where the value gets passed through to a new variable inside the
+function. One side effect of this is that return values are collected by
+passing a recieving variable name as an argument to functions.
Syntax
-----------------