event(code, value)produces an artificial event as if the event occurred in the run-time system
virtual events, mimicking real events
pseudo-events, used for inter-task communication
event(E_String, 10)
produces a virtual event
indicating the allocation of a 10-character stringEvGet()
ignores events whose codes are not one-character
strings unless its second argument is nonnullEvGet(EmptyMask, 1)accepts only pseudo-events
event()
could be inserted by
an IMT to provide event reports for control structures, to tell MP to start
or stop accepting pseudo-events, and so on