Previous Page Next Page Contents

universe -- the set-theoretical universe

Introduction

universe represents the set-theoretical universe of all objects.

Related Functions

_union, _intersect, _minus, DOM_SET

Details

Example 1

We show some basic set operations involving universe:

>> universe union {a}
                                 universe
>> universe intersect {a}
                                    {a}
>> {a} minus universe
                                    {}

Changes




Do you have questions or comments?


Copyright © SciFace Software GmbH & Co. KG 2000