type


type of an entity

Dynamic type
See also

Type dynamic

type("mot")=num

       Dynamically creates a new word that will be known by the language.
Example:
type("new")=0;
object(id)type("new");

       Creates the type new and uses it to create the object identifier id and of type new.

type

type commands list="fff"

        Assigns function fffe to commands list property.
Notes:
        1) If yes type is active, the objects with commands list property will be processed by the function fff.
       2) The value of the property command list of such a volume is passed as a parameter to the function fff.

type liste de commandes=n1,n2,...

        Assigns the user functions numbered n1,n2,... to the command list property.
Note:
It is necessary to change the function type_utilisateur() of the file utilb.c.

See also:

edit type
no type
read type
rem type
write type
yes type