aboutsummaryrefslogtreecommitdiff
path: root/p99/p05.neb
blob: b04e3290f941a81a5fde602465251dd3e36c9761 (plain)
1
2
3
4
5
; P05 - Reverse a list

(def a (list "a" "b" "c" "d"))

(print (->string (reverse a)))