名称：
	typeof - 传回一个式子 (expression) 的资料型态 (type)。
语法：
	int typeof( mixed var );

	整数 typeof( 混合 变数 );
用法：
	传回一个式子的资料型态。驱动程式中的 typeof.h 定义传回值为：

	INT		"int"		整数
	STRING		"string"	字串
	ARRAY		"array"		阵列
	OBJECT		"object"	物件
	MAPPING		"mapping"	映射
	FUNCTION	"function"	函式指标
	FLOAT		"float"		浮点数
	BUFFER		"buffer"	暂存区
	CLASS		"class"		类别
作者：
	Tim Hollebeek  Beek@ZorkMUD, Lima Bean, IdeaExchange, and elsewhere
翻译：
	spock@muds.net		2000.Jun.24.	v22 版
