CONS

pair and list constructor
Major Section: PROGRAMMING

(cons x y) is a pair whose first component is x and second component is y. If y is a list, then (cons x y) is a list that has an addtional element x on the front.




AltStyle によって変換されたページ (->オリジナル) /