Since 5/5/2012 1:33:09 AM, taltman has written 1 articles and participated in 0 conversations. taltman signature: taltman
taltman's articles:
Items(1) /1
Re: lists struture in GNU Octave056 (10/21/2003 4:02:52 PM) comp.lang.lisp Hello, Check out the following page: http://octave.sourceforge.net/index/language.html#Lists Note that, a la' LISP, you can nest lists within lists: *** octave> list ( 1, 2, list(3) ) ans = ( [1] = 1 [... taltman