ShareThis

Friday, September 7, 2012

[Scheme] How to merge two lists

Say you have '( 1 2 3) and '(4 5 6), and you are using (cons lst1 lst2), getting ((1 2 3) 4 5 6)

You can get one list by using append function

0 comments:

Post a Comment