Exemplo n.º 1
0
value type_is_num(value f)
	{
	return op_is_type(f,type_num);
	}
Exemplo n.º 2
0
value type_is_void(value f)
	{
	return op_is_type(f,type_void);
	}