aboutsummaryrefslogtreecommitdiff
path: root/examples/generated.csx
diff options
context:
space:
mode:
Diffstat (limited to 'examples/generated.csx')
-rw-r--r--examples/generated.csx3
1 files changed, 3 insertions, 0 deletions
diff --git a/examples/generated.csx b/examples/generated.csx
index cb2557c..4d3d5fb 100644
--- a/examples/generated.csx
+++ b/examples/generated.csx
@@ -15,3 +15,6 @@
[map [fn [n] [outint n] [out 10]]
[quote [99 37 73 42]]
]
+[set id [fn args args]]
+[outint [[id 42 13 31] 2]]
+[out 10]