Contents | Prev | Next | Index


Set Operators

+ union
- difference (x-y=x*(-y))
* intersection

Set operators can be applied to operands of any set type and yield a result of the same set type.

A set constructor defines the value of a set by listing its elements between braces. The elements must be values of the set base type.


Contents | Prev | Next | Index

Canterbury Pascal for JVM  (Last documentation update Sep 02, 2004)
Copyright © 1999-2004 J.Neuhoff - mhccorp.com  . All rights reserved.
Please send any comments or corrections to neuhoff@mhccorp.com