Next: bool, Up: Types and Expressions [Contents][Index]
bool
void
void is used for defining untyped events and functions, e.g.,
an event without reply value:
in void hello ();
a function without return value:
void foo () { world; }