Keywords - Function groups - @ A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

Group: Information and Control
See also: proc

Function: endp
Description: denotes the end of the currently defined procedure


Usage: endp

Note:

Example:



proc()=myproc()

  "BODY OF THE PROCEDURE"

endp



myproc()

Result:



The procedure myproc() is now defined (between proc() and endp commands), 

by calling the procedure, using the command myproc(), you get the following output: 

Contents of _tmp

[1,] "BODY OF THE PROCEDURE"


Group: Information and Control
See also: proc

Keywords - Function groups - @ A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

(C) MD*TECH Method and Data Technologies, 21.9.2000