entity statement

The statement entity <LABEL> is used to identify the <LABEL> as a type of kind entity.

Defining entities

The entity keyword can be used to define a type of kind entity.

#!test[schema]
define entity user;

Matching entities

The entity keyword can be used to match all types of kind entity.

#!test[read]
match entity $e;