is_meta_agent()

Predicate that checks if the evaluating agent is the meta agent.

Synopsis

is_meta_agent()

Description

Checks if the evaluating agent is the meta agent.

Returns

This returns 1 (true) if the agent is the meta agent; and 0 (false) otherwise.

Examples

The following conditional’s body is only applied to the meta agent.

if (is_meta_agent()) then ...

See Also

skip(), is_skipping(), is_at(), is_group_agent(), join(), attend(), quit()