Path: utzoo!attcan!uunet!ginosko!brutus.cs.uiuc.edu!apple!bionet!ames!decwrl!megatest!djones From: djones@megatest.UUCP (Dave Jones) Newsgroups: comp.lang.c Subject: Re: SCRIPTIC new programming language Message-ID: <8221@goofy.megatest.UUCP> Date: 21 Sep 89 20:48:59 GMT References: <330@wmt.UUCP> Organization: Megatest Corporation, San Jose, Ca Lines: 10 From article <330@wmt.UUCP>, by vila@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.