2.2.11 Predeclared opaque types

The language predeclares the two types:

    TEXT  <: REFANY
    MUTEX <: ROOT
which represent text strings and mutual exclusion semaphores, respectively. These are opaque types. Their properties are specified in the required interfaces Text and Thread.



m3-support@elego.de