Author: larry Date: Sun Oct 5 19:14:11 2008 New Revision: 14587 Modified: doc/trunk/design/syn/S03.pod
Log: typos Modified: doc/trunk/design/syn/S03.pod ============================================================================== --- doc/trunk/design/syn/S03.pod (original) +++ doc/trunk/design/syn/S03.pod Sun Oct 5 19:14:11 2008 @@ -1620,7 +1620,7 @@ arithmetic or geometric, the appropriate function is deduced: 1, 3, 5 ... * # odd numbers - 1. 2. 4 ... * # powers of 2 + 1, 2, 4 ... * # powers of 2 Conjecture: other such patterns may be recognized in the future, depending on which unrealistic benchmark we want to run faster. C<:)> @@ -1635,7 +1635,7 @@ If the yada operator finds a closure for its argument at compile time, it should probably whine about the fact that it's difficult to turn a closure into an error message. Alternately, we could treat -an elipsis as special when it follows a comma to better support +an ellipsis as special when it follows a comma to better support traditional math notation. The function may choose to terminate its list by returning ().