Procedures and Functins
Author |
Message |
JumpingLimaBean
|
Posted: Fri May 06, 2011 2:17 am Post subject: Procedures and Functins |
|
|
? How do you add parameters to a procedure?
? How do you call a procedure that has parameters?
? How do you start and stop a procedure? ( i think by doing put procedurename, and stop by doing end procedurename)
? What is a function? How is it different from a procedure?
? What is a result? How do you define the type of result your function should
produce?
? How do you call a function? (This is VERY important!)
I need to know this for a test and ya, i cant find it |
|
|
|
|
![](images/spacer.gif) |
Sponsor Sponsor
![Sponsor Sponsor](templates/subSilver/images/ranks/stars_rank5.gif)
|
|
![](images/spacer.gif) |
Raknarg
![](http://compsci.ca/v3/uploads/user_avatars/3745510004d8be6689b92f.jpg)
|
|
|
|
![](images/spacer.gif) |
mirhagk
|
Posted: Fri May 06, 2011 8:15 am Post subject: RE:Procedures and Functins |
|
|
First of all I'd suggest paying attention to the lessons and/or coursework, if your teacher is asking this, then you obviously have been told this. Since you seem very desperate I will point you towards the help docs, they have lots of information on everything in the language, you don't need to ask us for this basic information.
And lastly, our job is not to give you the answers for a test, our job is to help you learn, and try to overcome abstract errors.
http://compsci.ca/holtsoft/doc/
I think your smart enough to search the document yourself. |
|
|
|
|
![](images/spacer.gif) |
|
|