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: func

Function: free
Description: free removes global objects. It is convenient to delete big objects which consume a lot of memory. If free is invoked without arguments all objects are deleted.

Usage: free (x1, x2, ...)
Input:
x1, ... objects of arbitrary types

Note:

Example:
x=matrix(3,3)
free("x")

Result:
The object x is deleted.



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