aboutsummaryrefslogtreecommitdiffstats
path: root/examples/lists.bdl
diff options
context:
space:
mode:
Diffstat (limited to 'examples/lists.bdl')
-rw-r--r--examples/lists.bdl2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/lists.bdl b/examples/lists.bdl
index 4a27005..36063d6 100644
--- a/examples/lists.bdl
+++ b/examples/lists.bdl
@@ -3,7 +3,7 @@
3;; 3;;
4 4
5;; List function. 5;; List function.
6(print "(list) -> ") (list) 6(print "(list) -> ") (list) (newline)
7(print "(list 1) -> ") (list 1) 7(print "(list 1) -> ") (list 1)
8(print "(list 1 2) -> ") (list 1 2) 8(print "(list 1 2) -> ") (list 1 2)
9(print "(list 1 2 3) -> ") (list 1 2 3) 9(print "(list 1 2 3) -> ") (list 1 2 3)