Functions Flashcards

You may prefer our related Brainscape-certified flashcards:
1
Q

Procedure

A

Collection of stmts that performs a task

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Function

A

A collection of stmts that performs a task and RETURNS A VALUE

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

How to declare a function

A
Function functionname (argument list) as datatype 
   Statements 
End function
How well did you know this?
1
Not at all
2
3
4
5
Perfectly