Using the list type in Icon |
|
In the Icon language, a list is an ordered set of objects. You can put anything in a list---integers, reals, strings, other lists, even entire complex data structures.
To master lists in Icon you need to know just a few things:
|
John Shipman, john@nmt.edu
Last updated: 1996/01/06 21:12:57 UT URL: http://www.nmt.edu/tcc/help/lang/icon/list.html |
|