aboutsummaryrefslogtreecommitdiff
path: root/example.tsl
diff options
context:
space:
mode:
Diffstat (limited to 'example.tsl')
-rwxr-xr-x[-rw-r--r--]example.tsl4
1 files changed, 3 insertions, 1 deletions
diff --git a/example.tsl b/example.tsl
index 5146713..092e7e5 100644..100755
--- a/example.tsl
+++ b/example.tsl
@@ -1,3 +1,5 @@
+#!/usr/bin/env tsl
+
# loadn 1
# setv "value1"
value1 = 1
@@ -80,7 +82,7 @@ value8 = fn (value) {}
value9 = {
"hello": "world",
"sayHello": fn() {
-
+ result = $(echo hello)
}
}