aboutsummaryrefslogtreecommitdiff
path: root/p99/p04.neb
diff options
context:
space:
mode:
Diffstat (limited to 'p99/p04.neb')
-rw-r--r--p99/p04.neb5
1 files changed, 5 insertions, 0 deletions
diff --git a/p99/p04.neb b/p99/p04.neb
new file mode 100644
index 0000000..544dc00
--- /dev/null
+++ b/p99/p04.neb
@@ -0,0 +1,5 @@
+; P04 - Find the number of elements of a list
+
+(def a (list "a" "b" "c" "d"))
+
+(print (->string (length a)))