TYPE

NAME

type - This function return the type of a variable.

SYNOPSIS

var.type()

DESCRIPTION

The function return a string representation of the type of the specify variable. The following values can be return:

PARAMETERS

Variable

RETURN

String representation

EXAMPLES

   int a; a.type(); return int;

SEE ALSO

String

AUTHOR

Written by Pierre Laplante, <laplante@sednove.com>

MODIFICATIONS

1.0 2014-09-09 21:24:14 laplante@sednove.com