>From article <330 at wmt.UUCP>, by vila at wmt.UUCP (Vincent van der Laan):
...
)
) Just one simple example to get you interested: the following program
) prints 'Hello' when you press 'h' or 'Goodbye' when you press 'g'.
)
) main = Key('h'!); {printf("Hello")} | Key('g'!); {printf("Goodbye")}
)
Woooo. Be still, my trembling heart.