The Declaration Approach (was: Some thoughts on the 'reveal' operator)

Bill Frantz frantz@communities.com
Thu, 21 Oct 1999 11:43:34 -0700


The more I hear, the more I like:

     def square(x) reveals {x*x}

(Or perhaps)

     to square(x) reveal {x*x}

YMOV