aboutsummaryrefslogtreecommitdiffstats
path: root/examples/lists.bdl
diff options
context:
space:
mode:
authorBad Diode <bd@badd10de.dev>2021-10-13 16:44:17 +0200
committerBad Diode <bd@badd10de.dev>2021-10-13 16:44:17 +0200
commited1f406102738812fafa5e49ee131fe06c177687 (patch)
tree0bb648c18b6f96e0f020a9f8e664df330199b51b /examples/lists.bdl
parentb8bad3bf5af3261f25780a8cd8b90a659fe29bab (diff)
downloadbdl-ed1f406102738812fafa5e49ee131fe06c177687.tar.gz
bdl-ed1f406102738812fafa5e49ee131fe06c177687.zip
Add a lot of primitive types
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)