type - This function return the type of a variable.
variable.type() or type(variable)
The function return a string representation of the type of the specify variable. The following values can be return:
int a; a.type(); return int;
{{ include("includes/strings.sn") }}
Written by Pierre Laplante, <laplante@sednove.com>
1.0 2014-09-09 21:24:14 laplante@sednove.com
Edit© 2022 extenso Inc. All rights reserved.