type

Help Contents geomland Object type queries type
Object type queries suptype

geomland.type :obj


gets :obj`s object type.

Definition:

to geomland.type :obj
	if local? "obj.type  [output :obj.type]
	if number? :obj      [output "number]
	if word?   :obj      [output "word]
	if list?   :obj      [output "list]
	output "undefined
end

Examples:

References:

Object type queries suptype