diff options
author | bnewbold <bnewbold@manus.(none)> | 2009-11-02 10:05:14 -0800 |
---|---|---|
committer | bnewbold <bnewbold@manus.(none)> | 2009-11-02 10:05:14 -0800 |
commit | 988c8b8243d0373c62f10930d507fbf6c136aa60 (patch) | |
tree | f328100510f4bf7dea37b7e215c3ec151aac8dad /software | |
parent | c5731d7349ed0a58f266a1139c952bca382a2075 (diff) | |
download | knowledge-988c8b8243d0373c62f10930d507fbf6c136aa60.tar.gz knowledge-988c8b8243d0373c62f10930d507fbf6c136aa60.zip |
finish paragraph
Diffstat (limited to 'software')
-rw-r--r-- | software/idl.page | 5 |
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 ----------------- |