Next: Functions
Up: Defining functions and procedures
Previous: Defining functions and procedures
Contents
Procedures are defined by a file containing:
pro procedure_name,arg1,arg2..... ,keyword1=keyword1....
statement
statement
.
.
.
end
Procedures are called by
procedure_name,argval1,arg2..... ,keyword1=value1....
Procedures finish on the return command, or the end command.
lecjm
2008-11-06