NAME

type - return the Minc data-type of the argument


SYNOPSIS

strval = type(somevar)


DESCRIPTION

type will return (as a string) the data-type of its argument. At present the following are valid Minc data-types:


ARGUMENTS
somevar
Any valid Minc variable.


EXAMPLES
   datatype= type(arbitrary_var)
   print(datatype)

SEE ALSO

len, print, printf, stringify