
-----------------------------------
mike200015
Fri Apr 29, 2005 4:32 pm

Procedure/Process Info.
-----------------------------------
I've seen programs that have procedures/ processes that have sumthing like this:
procedure name ---(x, y, x2, y2: real)----
%....stuff
end name
I was wondering what the part i put "---" around does, and also, the variables used in that part aren't declared?? :?

-----------------------------------
Delos
Fri Apr 29, 2005 8:09 pm


-----------------------------------
These are known as parameters (AKA arguments).  They are you friends.

[url=http://www.compsci.ca/v2/viewtopic.php?t=407&highlight=parameter]This tutorial will explain.

-----------------------------------
mike200015
Fri Apr 29, 2005 9:33 pm


-----------------------------------
oo nice... thanx  :)
