- condition->list CONDITIONprocedure
This procedure converts a condition object into a list holding all the conditions that are represented by the CONDITION object. It is formatted as follows:
((KIND1 (PROPERTY1 VALUE1) (PROPERTY2 VALUE2) ...) (KIND2 ... ) ... )
There is no guaranteed order within the list.
condition->list was introduced in CHICKEN 4.7.0.