summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbnewbold <bnewbold@manus.(none)>2009-11-02 10:05:14 -0800
committerbnewbold <bnewbold@manus.(none)>2009-11-02 10:05:14 -0800
commit988c8b8243d0373c62f10930d507fbf6c136aa60 (patch)
treef328100510f4bf7dea37b7e215c3ec151aac8dad
parentc5731d7349ed0a58f266a1139c952bca382a2075 (diff)
downloadknowledge-988c8b8243d0373c62f10930d507fbf6c136aa60.tar.gz
knowledge-988c8b8243d0373c62f10930d507fbf6c136aa60.zip
finish paragraph
-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
-----------------