scheme-object
List of: Scheme Data Types
Subjects: Mathematics, Scheme AIDE Application, Scheme Interface
Contents: Scheme Support

Description: A scheme-object is the highest level container data type. All other data types and procedures are scheme-objects. All data type inquiry procedures (procedures with names ending in "?") take any scheme-object as their argument.

Derivation: scheme-object

C++ Type: None

External Rep: Not applicable

Example: ; scheme-object (data type)

; Define a scheme-object that is a position

(define p (position 10 10 10))

;; p
PDF/SCM/09SD.PDF
HTM/DATA/SCM/SCM/09SD/0063.HTM