aboutsummaryrefslogtreecommitdiff
path: root/p99/p04.neb
blob: 544dc00171b0fd020c093f14b4f14f459ebc2a9f (plain)
1
2
3
4
5
; P04 - Find the number of elements of a list

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

(print (->string (length a)))