On Wed, 22 Nov 2000, Dave Gudeman wrote:
> f := create(x,y) {2*x + y}
>
> which could be called like a function f(2,3) to produce 7 or like an SL5
> procedure call:
>
> f with (2,3) #binds x to 2 and y to 3
> i := @f # activates f with its current parameters
> every !f # generates all values of f with current parameters
> f with (4,5) #binds new parameters
> j := @f # activates f with new parameters
Could you explain why "every !f" wouldn't just return 7 continually?
Taybin
_______________________________________________
Unicon-group mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/mailman/listinfo/unicon-group