List Of Integers repeats itself (part of detailed review of common microsyntaxes)

 From the spec:

[[
17. If started is true, then append value to the numbers list, return  
that list, and abort.
18. Return the numbers list and abort.
]]

There is no need to say to return the list in step 17. It will happen  
immediately afterwards regardless.

- Geoffrey Sneddon

Received on Thursday, 12 July 2007 15:46:37 UTC