length with implicit indexing for nested lists
Posted: Wed Aug 15, 2007 7:00 pm
Playing around with implicit indexing I tried this:
Since everything gets shorter in newlisp lately, how about:
Just an idea, I can live with the first form.
;-)
Code: Select all
(length (someList 0 0))
Code: Select all
(length someList 0 0)
;-)