WY Computer Science
Learn how to make lists and tuples. We also learn the basic list manipulation commands.
[5..13]
[5,10..100]
[ n^2 | n<-[1..100], even n]
(5,12)
:
++
See the summary for more details about the contents of the chapter.