Computer Science Canada

Procedure/Process Info.

Author:  mike200015 [ Fri Apr 29, 2005 4:32 pm ]
Post subject:  Procedure/Process Info.

I've seen programs that have procedures/ processes that have sumthing like this:
Turing:
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?? Confused

Author:  Delos [ Fri Apr 29, 2005 8:09 pm ]
Post subject: 

These are known as parameters (AKA arguments). They are you friends.

This tutorial will explain.

Author:  mike200015 [ Fri Apr 29, 2005 9:33 pm ]
Post subject: 

oo nice... thanx Smile


: