Events

Todo

The events block is currently unused and undocumented.

Syntax

The syntax for the events block is given by the following EBNF grammar:

events ::= "events" "{" { event } "}"
event  ::= id "(" event_params ")"

event_param ::= type [ "indexed" ] id

See Types for the type production, and Identifiers for the id production.