length with implicit indexing for nested lists

Started by HPW, August 15, 2007, 12:00:54 PM

Previous topic - Next topic

HPW

Playing around with implicit indexing I tried this:



(length (someList 0 0))


Since everything gets shorter in newlisp lately, how about:



(length someList 0 0)


Just an idea, I can live with the first form.

;-)
Hans-Peter

HPW

#1
Any thoughts about adding this?
Hans-Peter