show/hide this revision's text 3 edited tags

fF# help @ the newbie level

show/hide this revision's text 2 edited tags
show/hide this revision's text 1

f# help @ the newbie level

Suppose I have some code:

let listB = [ 1; 2; 3 ]

Using Lisp notation, how do I do a car and cadr against this list? I know cons is ::. Or in Scheme, first and rest?

Thanks! :-)