Next: structs sample, Up: structs [Contents][Index]
Build and return an new structure whose “name” is the symbol ?NAME; initialise the slots with the Scheme values ?slot-value. No validation is performed on the type of values and their number.
Return #t
if ?OBJ is a structure with name eq?
to ?NAME; otherwise return
#f
.
Next: structs sample, Up: structs [Contents][Index]