Next Previous Up Top Contents Index

2.3 DUIM-Geometry Module

path?

Generic function

Summary

Returns #t if its argument is a path.

Signature

path? object => boolean

Arguments

object
An instance of type <object>.

Values

boolean
An instance of type <boolean>.

Library

duim-geometry

Module

duim-geometry

Description

Returns #t if object is a path, otherwise returns #f.

See also

<path>, page 44


Functional Developer Library Reference: DUIM - 3 Dec 1998

Next Previous Up Top Contents Index