Basic Skill Programming
~Saranya I learnt to create list, append,add and function notation Make list using single quote . Example: ‘(10 20 30 40) => (10 20 30 40) Adding an element in the front of the list using cons: Example: name='(1 2 3) ...
Read out all