I am working with LISP expressions in my computer programming (visual basic) course and I have a minor question.
How would I go about reversing a list in vb.net?
For example, if I were to input:
'(H J K L)
I would return an output of:
'(L K J H)