From 988c8b8243d0373c62f10930d507fbf6c136aa60 Mon Sep 17 00:00:00 2001 From: bnewbold Date: Mon, 2 Nov 2009 10:05:14 -0800 Subject: finish paragraph --- software/idl.page | 5 +++-- 1 file 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 ----------------- -- cgit v1.2.3