[Nickle]New function syntax

Keith Packard nickle@nickle.org
Wed, 07 Aug 2002 01:02:59 -0700


Poking at comprehensions yielded an interesting new syntax for functions:

	int foo (int i) = i + 1;

Nice and compact; makes some programming styles much prettier.

-keith